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 +}