From 79ddbacf76409c283a6f142b6e3f096d730f7524 Mon Sep 17 00:00:00 2001 From: stoically Date: Thu, 20 Jun 2019 16:21:10 +0200 Subject: [PATCH] 0.100 --- 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 bc4b49be..8457219d 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.99", + "version": "0.100", "homepage_url": "https://github.com/stoically/temporary-containers", "icons": { "48": "icons/tmpcontainer-48.png" diff --git a/updates.json b/updates.json index 46fa2dc7..107abfb0 100644 --- a/updates.json +++ b/updates.json @@ -3,8 +3,8 @@ "{c607c8df-14a7-4f28-894f-29e8722976af}": { "updates": [ { - "version": "0.99", - "update_link": "https://github.com/stoically/temporary-containers/releases/download/v0.99/temporary_containers-0.99-fx.xpi" + "version": "0.100", + "update_link": "https://github.com/stoically/temporary-containers/releases/download/v0.100/temporary_containers-0.100-fx.xpi" } ] }