diff --git a/composer.json b/composer.json index 62b928f8..28ad97ee 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "type": "library", "readme": "https://github.com/williamdes/mariadb-mysql-kbs/blob/master/README.md", "license": "MPL-2.0", - "version": "1.2.6", + "version": "1.2.7", "keywords": [ "mariadb", "mysql", diff --git a/package-lock.json b/package-lock.json index 0eb28cc9..89202070 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "mariadb-mysql-kbs", - "version": "1.2.6", + "version": "1.2.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index bc437ca2..37eae138 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mariadb-mysql-kbs", "repository": "williamdes/mariadb-mysql-kbs", - "version": "1.2.6", + "version": "1.2.7", "description": "An index of the MariaDB and MySQL Knowledge bases", "main": "src/index.js", "homepage": "https://github.com/williamdes/mariadb-mysql-kbs#readme",