From 11f1f139e4ec34fe83f2bc2f5f2e9fadf97dedaf Mon Sep 17 00:00:00 2001 From: Daniel Freedman Date: Fri, 8 Nov 2019 13:18:43 -0800 Subject: [PATCH] [ci skip] bump to 3.3.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 620d20356e..6f8cd26e60 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.3.0'; +export const version = '3.3.1'; const builtCSS = window.ShadyCSS && window.ShadyCSS['cssBuild'];