From 845ffa3c86f21a7d734df50cc1050532c7c9f6e8 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Thu, 18 Apr 2024 20:52:00 +0200 Subject: [PATCH] 2.0.14 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 06abf95..364fbe3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@push.rocks/webstore", - "version": "2.0.13", + "version": "2.0.14", "private": false, "description": "high performance storage in the browser using indexed db", "main": "dist_ts/index.js", @@ -58,4 +58,4 @@ "typed requests", "performance optimization" ] -} \ No newline at end of file +}