diff --git a/README.md b/README.md index d87fff8..5f1ac7b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Myt - MySQL and MariaDB version control using Git +# Myt - MySQL version control Utilities to ease the maintenance of MySQL or MariaDB database versioning using a Git repository. diff --git a/package-lock.json b/package-lock.json index e116fd3..3586f69 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@verdnatura/myt", - "version": "1.5.2", + "version": "1.5.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@verdnatura/myt", - "version": "1.5.2", + "version": "1.5.3", "license": "GPL-3.0", "dependencies": { "@sqltools/formatter": "^1.2.3", diff --git a/package.json b/package.json index 1ef9eb2..6095885 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "@verdnatura/myt", - "version": "1.5.2", + "version": "1.5.3", "author": "Verdnatura Levante SL", - "description": "MySQL and MariaDB version control using Git", + "description": "MySQL version control", "license": "GPL-3.0", "bin": { "myt": "cli.js", diff --git a/template/package.json b/template/package.json index 715e96d..35995f8 100644 --- a/template/package.json +++ b/template/package.json @@ -8,6 +8,6 @@ "type": "git" }, "dependencies": { - "myt": "^1.5.2" + "@verdnatura/myt": "^1.5.3" } }