This commit is contained in:
Daniel Freedman
2017-12-07 09:10:16 -08:00
parent 60e6860bed
commit 7a3fdb2d86
3 changed files with 3 additions and 3 deletions
+1 -1
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.3.0';
window.Polymer.version = '2.3.1';
/* eslint-disable no-unused-vars */
/*
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@polymer/polymer",
"version": "2.3.0",
"version": "2.3.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@polymer/polymer",
"version": "2.3.0",
"version": "2.3.1",
"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": {