We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e477a6f commit 11f1f13Copy full SHA for 11f1f13
1 file changed
lib/mixins/element-mixin.js
@@ -24,7 +24,7 @@ import { wrap } from '../utils/wrap.js';
24
* Current Polymer version in Semver notation.
25
* @type {string} Semver notation of the current version of Polymer.
26
*/
27
-export const version = '3.3.0';
+export const version = '3.3.1';
28
29
const builtCSS = window.ShadyCSS && window.ShadyCSS['cssBuild'];
30
0 commit comments