From 937f6904754277eb656f7c9a38488f70e754d0b4 Mon Sep 17 00:00:00 2001 From: stoically Date: Sat, 22 Jun 2019 22:54:23 +0200 Subject: [PATCH] 1.0beta1 --- src/manifest.json | 2 +- updates.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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" } ] }