From 355e3e832e9bcb7234761a99fa16f5342164fe87 Mon Sep 17 00:00:00 2001 From: fullgream Date: Sun, 2 Feb 2025 19:53:50 +0300 Subject: [PATCH] update version to 1.0.8 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1b88da8..ce6e7e6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sql-easy-lib", - "version": "1.0.7", + "version": "1.0.8", "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": {