From 6188101a15d6853ed5987af7c91d10f52eb0d344 Mon Sep 17 00:00:00 2001 From: Daniel Freedman Date: Tue, 5 Dec 2017 14:10:46 -0800 Subject: [PATCH] [ci skip] prepare v1.11.1 --- bower.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 9cb2133c69..c2f40369b9 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "polymer", - "version": "1.11.0", + "version": "1.11.1", "main": [ "polymer.html", "polymer-mini.html", diff --git a/package.json b/package.json index c34ec6c923..ad713cde83 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@polymer/polymer", - "version": "1.11.0", + "version": "1.11.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": {