From dd7c0d706c1e7f9983f42c2b2cc5275fa50521c4 Mon Sep 17 00:00:00 2001 From: Daniel Freedman Date: Mon, 24 Jun 2019 12:16:12 -0700 Subject: [PATCH] [ci skip] Update version to 3.3.0 --- 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 19637fb758..07e410d088 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.2.0'; +export const version = '3.3.0'; const builtCSS = window.ShadyCSS && window.ShadyCSS['cssBuild'];