diff --git a/lib/utils/boot.html b/lib/utils/boot.html index 7c17758114..d014cbc633 100644 --- a/lib/utils/boot.html +++ b/lib/utils/boot.html @@ -49,7 +49,7 @@ }; /* eslint-enable */ - window.Polymer.version = '2.7.0'; + window.Polymer.version = '2.7.1'; /* eslint-disable no-unused-vars */ /* diff --git a/package-lock.json b/package-lock.json index 70afef29bd..80e005798c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@polymer/polymer", - "version": "2.7.0", + "version": "2.7.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b0fb6995d1..f32b9d4d93 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@polymer/polymer", - "version": "2.7.0", + "version": "2.7.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": {