diff --git a/manifest.json b/manifest.json index bcfc57a..f23e87d 100644 --- a/manifest.json +++ b/manifest.json @@ -4,7 +4,7 @@ "description": "This is a tabgroup'esque successor for Firefox >= 57 (WebExtensions)", "homepage_url": "https://github.com/kesselborn/conex", "name": "Conex", - "version": "0.6.15", + "version": "0.7.0", "browser_action": { "default_title": "Conex (CTRL+)", "browser_style": false, diff --git a/versions.json b/versions.json index 3a4832b..45987bc 100644 --- a/versions.json +++ b/versions.json @@ -497,6 +497,10 @@ { "version": "0.6.15", "update_link": "https://github.com/kesselborn/conex/releases/download/v0.6.15/conex-0.6.15-an.fx.xpi" + }, + { + "version": "0.7.0", + "update_link": "https://github.com/kesselborn/conex/releases/download/v0.7.0/conex-0.7.0-an.fx.xpi" } ] }