From 2cbb3d2b0cc94918a3e82e8331db7b0655047ba3 Mon Sep 17 00:00:00 2001 From: Russell Bicknell Date: Fri, 3 Jun 2022 14:51:13 -0700 Subject: [PATCH] [ci skip] bump to 3.5.1 --- lib/mixins/element-mixin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mixins/element-mixin.js b/lib/mixins/element-mixin.js index cba8953ab..9771c2d64 100644 --- a/lib/mixins/element-mixin.js +++ b/lib/mixins/element-mixin.js @@ -24,7 +24,7 @@ import { wrap } from '../utils/wrap.js'; * Current Polymer version in Semver notation. * @type {string} Semver notation of the current version of Polymer. */ -export const version = '3.5.0'; +export const version = '3.5.1'; export const builtCSS = window.ShadyCSS && window.ShadyCSS['cssBuild'];