From 9a1587c13ca30eabe68d49488b8be9ea345f1485 Mon Sep 17 00:00:00 2001 From: Brian White Date: Thu, 9 Nov 2023 09:18:04 -0500 Subject: [PATCH] package: bump version to v0.0.17 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1165228..f9e80dc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "esqlite", - "version": "0.0.16", + "version": "0.0.17", "author": "Brian White ", "description": "An SQLite binding for node.js with built-in encryption, focused on simplicity and (async) performance", "main": "./lib/index",