This commit is contained in:
Daniel Freedman
2018-03-22 12:01:18 -07:00
parent 4f660e0faf
commit fbbbb19308
3 changed files with 3 additions and 3 deletions

View File

@@ -49,7 +49,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
};
/* eslint-enable */
window.Polymer.version = '2.5.0';
window.Polymer.version = '2.6.0';
/* eslint-disable no-unused-vars */
/*

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "@polymer/polymer",
"version": "2.5.0",
"version": "2.6.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@@ -1,6 +1,6 @@
{
"name": "@polymer/polymer",
"version": "2.5.0",
"version": "2.6.0",
"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",
"main": "polymer.html",
"directories": {