diff --git a/build.crx b/build.crx index 4597ec2..90c6812 100644 Binary files a/build.crx and b/build.crx differ diff --git a/landing/index.html b/landing/index.html index 1eebe68..adb55a7 100644 --- a/landing/index.html +++ b/landing/index.html @@ -73,7 +73,7 @@

get started

download
-

Cobweb is MIT-licensed and fully open source - the source is available on GitHub should you wish to build from source. The checksum of the current version is 3f794b4c56c4fbd2a3d635ba3e7cbbebe1de6428085022cb930e66f9984f9a06. +

Cobweb is MIT-licensed and fully open source - the source is available on GitHub should you wish to build from source. The checksum of the current version is 5b29cc1cfefd9db1e69fce3bf787b1fa7368b4be769b3c7d426311d45089ba9b.

view source
diff --git a/package.json b/package.json index 25d3201..ef6990c 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Cobweb", - "version": "0.0.7", + "version": "0.0.8", "description": "A Web3-based tool enabling creative teens to learn and earn on the blockchain.", "license": "MIT", "repository": { diff --git a/src/manifest.json b/src/manifest.json index 0603534..2511f6f 100755 --- a/src/manifest.json +++ b/src/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "Cobweb", "description": "A Web3-based tool enabling creative teens to learn and earn on the blockchain.", - "version": "0.0.7", + "version": "0.0.8", "background": { "service_worker": "background.bundle.js" }, "action": { "default_popup": "popup.html",