From f5d9f5482c52870b41e00d1ab9de3834b4c8b8c8 Mon Sep 17 00:00:00 2001 From: Ophir LOJKINE Date: Mon, 15 Mar 2021 10:58:03 +0100 Subject: [PATCH] v1.5.0: latest sqlite --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 66bb4e8d..9a94482c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sql.js", - "version": "1.4.0", + "version": "1.5.0", "description": "SQLite library with support for opening and writing databases, prepared statements, and more. This SQLite library is in pure javascript (compiled with emscripten).", "keywords": [ "sql",