diff --git a/bower.json b/bower.json index 03fa9c18c6..5a5af4aaf7 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "polymer", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "main": [ "polymer.html" ], diff --git a/package.json b/package.json index bfe109aa7c..344a32a07d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@polymer/polymer", - "version": "2.0.0-rc.6", + "version": "2.0.0-rc.7", "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": {