Skip to content

Commit 8b733e5

Browse files
committed
2.5.0
1 parent fd8f906 commit 8b733e5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lib/utils/boot.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
};
5050
/* eslint-enable */
5151

52-
window.Polymer.version = '2.4.0';
52+
window.Polymer.version = '2.5.0';
5353

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

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@polymer/polymer",
3-
"version": "2.4.0",
3+
"version": "2.5.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)