diff --git a/src/manifest.json b/src/manifest.json index cd3ef791..bc79f1db 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -2,7 +2,7 @@ "description": "Open tabs, websites, and links in automatically managed disposable containers. Containers isolate the data websites store (cookies, cache, and more) from each other, further enhancing your privacy while you browse.", "manifest_version": 2, "name": "Temporary Containers", - "version": "0.103", + "version": "1.0beta1", "homepage_url": "https://github.com/stoically/temporary-containers", "icons": { "48": "icons/tmpcontainer-48.png" diff --git a/updates.json b/updates.json index 51a8ad5b..2de9fb02 100644 --- a/updates.json +++ b/updates.json @@ -3,8 +3,8 @@ "{c607c8df-14a7-4f28-894f-29e8722976af}": { "updates": [ { - "version": "0.103", - "update_link": "https://github.com/stoically/temporary-containers/releases/download/v0.103/temporary_containers-0.103-fx.xpi" + "version": "1.0beta1", + "update_link": "https://github.com/stoically/temporary-containers/releases/download/v1.0beta1/temporary_containers-1.0beta1-fx.xpi" } ] }