From f35cc0a91807174d53012b8ced9ff326fb7b88c3 Mon Sep 17 00:00:00 2001 From: fullgream Date: Wed, 11 Dec 2024 16:39:29 +0300 Subject: [PATCH] update version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 38a39ef..ea7eea2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sql-easy-lib", - "version": "1.0.5", + "version": "1.0.6", "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": {