Skip to content

Commit bf0dfef

Browse files
committed
2.3.0
1 parent c727d35 commit bf0dfef

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lib/utils/boot.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
};
5050
/* eslint-enable */
5151

52-
window.Polymer.version = '2.2.1';
52+
window.Polymer.version = '2.3.0';
5353

5454
/* eslint-disable no-unused-vars */
5555
/*

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@polymer/polymer",
3-
"version": "2.2.1",
3+
"version": "2.3.0",
44
"description": "The Polymer library makes it easy to create your own web components. Give your element some markup and properties, and then use it on a site. Polymer provides features like dynamic templates and data binding to reduce the amount of boilerplate you need to write",
55
"main": "polymer.html",
66
"directories": {

0 commit comments

Comments
 (0)