From 4d848f32801f43c1cb27ce2508092d85a3d5cca6 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 6 Aug 2022 14:05:16 +0300 Subject: [PATCH] up version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7819f95..c956734 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sql-easy-lib", - "version": "1.0.1", + "version": "1.0.2", "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": {