From 1e01ad994d85153b04156bfc4bcaf390a556973b Mon Sep 17 00:00:00 2001 From: Daniel Freedman Date: Thu, 20 Jul 2017 10:45:30 -0700 Subject: [PATCH] [ci skip] v1.9.3 --- bower.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 0f4aa6abff..e21aaf9539 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "polymer", - "version": "1.9.2", + "version": "1.9.3", "main": [ "polymer.html", "polymer-mini.html", diff --git a/package.json b/package.json index a3fef42b23..a72445c277 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@polymer/polymer", - "version": "1.9.2", + "version": "1.9.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": {