Bump to 0.1.0

matthew/p2p
Kegan Dougal 2020-05-22 14:28:48 +01:00
parent 35bcc152ea
commit f6aceba566
1 changed files with 1 additions and 1 deletions

View File

@ -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();