We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c829815 commit 2cbb3d2Copy full SHA for 2cbb3d2
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.5.0';
+export const version = '3.5.1';
28
29
export const builtCSS = window.ShadyCSS && window.ShadyCSS['cssBuild'];
30
0 commit comments