We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1075dde commit 12fa1b5Copy full SHA for 12fa1b5
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.4.0';
+export const version = '3.4.1';
28
29
export const builtCSS = window.ShadyCSS && window.ShadyCSS['cssBuild'];
30
0 commit comments