From 85a59a6636654b46c9058d21b452985aadd9ce82 Mon Sep 17 00:00:00 2001 From: Daniel Freedman Date: Thu, 23 Aug 2018 12:09:02 -0700 Subject: [PATCH] 2.6.1 --- lib/utils/boot.html | 2 +- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/utils/boot.html b/lib/utils/boot.html index 0426caa656..3cd64cdf83 100644 --- a/lib/utils/boot.html +++ b/lib/utils/boot.html @@ -49,7 +49,7 @@ }; /* eslint-enable */ - window.Polymer.version = '2.6.0'; + window.Polymer.version = '2.6.1'; /* eslint-disable no-unused-vars */ /* diff --git a/package-lock.json b/package-lock.json index ecf3424dfa..ebdd31f5fd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@polymer/polymer", - "version": "2.6.0", + "version": "2.6.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9a3ba3611e..ed5ee6699b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@polymer/polymer", - "version": "2.6.0", + "version": "2.6.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": {