diff --git a/assets/myvc.default.yml b/assets/myt.default.yml similarity index 100% rename from assets/myvc.default.yml rename to assets/myt.default.yml diff --git a/package-lock.json b/package-lock.json index 898e9e8..ec8f3c0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@verdnatura/myt", - "version": "1.5.4", + "version": "1.5.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@verdnatura/myt", - "version": "1.5.4", + "version": "1.5.5", "license": "GPL-3.0", "dependencies": { "@sqltools/formatter": "^1.2.3", diff --git a/package.json b/package.json index 1ab1f64..4736c6f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@verdnatura/myt", - "version": "1.5.4", + "version": "1.5.5", "author": "Verdnatura Levante SL", "description": "MySQL version control", "license": "GPL-3.0", diff --git a/template/myvc.config.yml b/template/myt.config.yml similarity index 100% rename from template/myvc.config.yml rename to template/myt.config.yml diff --git a/template/package.json b/template/package.json index 6db0254..72581da 100644 --- a/template/package.json +++ b/template/package.json @@ -8,6 +8,6 @@ "type": "git" }, "dependencies": { - "@verdnatura/myt": "^1.5.4" + "@verdnatura/myt": "^1.5.5" } }