From e4a96c94f85ca7e1fefe3a93761d20895790f857 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Sat, 8 Jun 2019 18:29:50 +0200 Subject: [PATCH] update: package version to 1.2.6 --- composer.json | 2 +- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 972b50d6..62b928f8 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.5", + "version": "1.2.6", "keywords": [ "mariadb", "mysql", diff --git a/package-lock.json b/package-lock.json index 5170cd48..db2b3f2a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "mariadb-mysql-kbs", - "version": "1.2.5", + "version": "1.2.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index bc3a68a2..99f07783 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mariadb-mysql-kbs", - "version": "1.2.5", + "version": "1.2.6", "description": "An index of the MariaDB and MySQL Knowledge bases", "main": "src/index.js", "homepage": "https://github.com/williamdes/mariadb-mysql-kbs#readme",