diff --git a/composer.json b/composer.json index dbf52661..12d180d1 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.8", + "version": "1.2.9", "keywords": [ "mariadb", "mysql", diff --git a/package-lock.json b/package-lock.json index bbda68e2..7076fe56 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "mariadb-mysql-kbs", - "version": "1.2.8", + "version": "1.2.9", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 28565fc9..6c7e4ae1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mariadb-mysql-kbs", "repository": "williamdes/mariadb-mysql-kbs", - "version": "1.2.8", + "version": "1.2.9", "description": "An index of the MariaDB and MySQL Knowledge bases", "main": "src/index.js", "homepage": "https://github.com/williamdes/mariadb-mysql-kbs#readme",