[ci skip] prepare v1.3.0

This commit is contained in:
Daniel Freedman 2016-02-22 11:33:48 -08:00
parent 933c920bd1
commit 01a70c1d72
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "polymer",
"version": "1.2.4",
"version": "1.3.0",
"main": [
"polymer.html",
"polymer-mini.html",

View File

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