mirror of
https://github.com/Polymer/polymer.git
synced 2025-02-25 18:55:30 -06:00
Export the current Polymer version in polymer-element.js
This commit is contained in:
@@ -28,3 +28,8 @@ export { html } from './lib/utils/html-tag.js';
|
||||
*/
|
||||
export const PolymerElement = ElementMixin(HTMLElement);
|
||||
|
||||
/**
|
||||
* Current Polymer version in Semver notation.
|
||||
* @type {String} Semver notation of the current version of Polymer.
|
||||
*/
|
||||
export const version = '3.0.5';
|
||||
|
||||
Reference in New Issue
Block a user