[ci skip] bump to 3.5.1

This commit is contained in:
Russell Bicknell 2022-06-03 14:51:13 -07:00
parent c829815770
commit 2cbb3d2b0c

View File

@ -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.5.0';
export const version = '3.5.1';
export const builtCSS = window.ShadyCSS && window.ShadyCSS['cssBuild'];