[ci skip] prepare v1.2.1

This commit is contained in:
Daniel Freedman 2015-10-29 15:28:22 -07:00
parent f9d086b2f0
commit 5a755342ef
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "Polymer",
"version": "1.2.0",
"version": "1.2.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": {