From f6aceba5661e73e7aa4826bbf8e35d5c9d92c5f8 Mon Sep 17 00:00:00 2001 From: Kegan Dougal Date: Fri, 22 May 2020 14:28:48 +0100 Subject: [PATCH] Bump to 0.1.0 --- src/vector/dendrite-sw.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vector/dendrite-sw.js b/src/vector/dendrite-sw.js index a7ca74a8e1..5a02d1ed67 100644 --- a/src/vector/dendrite-sw.js +++ b/src/vector/dendrite-sw.js @@ -16,7 +16,7 @@ // Dendrite Service Worker version // Bumping the patch version of this has no side-effects. // Bumping the minor version of this will delete databases. -const version = "0.0.7" +const version = "0.1.0" const bundle_path = self.location.href.replace("/dendrite_sw.js", "") const id = Math.random();