From b6dfa9908e45e47bd13b0b39c3b3c6d198eea86f Mon Sep 17 00:00:00 2001 From: Nikiroy78 Date: Mon, 29 May 2023 17:03:47 +0300 Subject: [PATCH] Publish package to npmjs --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4285d5f..7aa38fe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sql-easy-lib", - "version": "1.0.3", + "version": "1.0.5", "description": "This library was written from simple work with databases. In current version supported next famous databases: sqlite3 and MySQL. In future, list with supported databases will be replenishing.", "main": "index.js", "scripts": {