From 693acab3affe1dbcd597e9ded4da6dfccce62fc4 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 27 Jun 2025 01:30:28 +0000 Subject: [PATCH] 1.0.1 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a57913b..984aa77 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sqlite-snap", - "version": "1.0.0", + "version": "1.0.1", "description": "A standalone library for SQLite database backups with cleanup and verification features", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -40,4 +40,4 @@ "url": "https://github.com/derekanderson/sqlite-backup-lib/issues" }, "homepage": "https://github.com/derekanderson/sqlite-backup-lib#readme" -} \ No newline at end of file +}