prepare v1.2.3

This commit is contained in:
Daniel Freedman 2015-11-16 17:06:16 -08:00
parent e307cca15a
commit 99294d92bc
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "polymer",
"version": "1.2.2",
"version": "1.2.3",
"main": [
"polymer.html"
],

View File

@ -1,6 +1,6 @@
{
"name": "Polymer",
"version": "1.2.2",
"version": "1.2.3",
"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": {