Version 0.4

This commit is contained in:
2019-02-25 21:20:02 +01:00
parent 6e12de2156
commit 8b9151f93b
2 changed files with 70 additions and 24 deletions

View File

@@ -1,7 +1,7 @@
customElements.define('card-tools',
class {
static get CUSTOM_TYPE_PREFIX() { return "custom:"}
static get version() { return "0.3"}
static get version() { return "0.4"}
static checkVersion(v) {
if (this.version < v) {