[ci skip] Update version to 3.3.0

This commit is contained in:
Daniel Freedman 2019-06-24 12:16:12 -07:00
parent 94585c3168
commit dd7c0d706c

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