diff --git a/manifest.json b/manifest.json index 57f272f..da35aae 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.0.72", + "version": "0.0.73", "browser_action": { "default_title": "Conex (CTRL+ / CMD+)", "browser_style": false, diff --git a/versions.json b/versions.json index c7dc03c..5d0b960 100644 --- a/versions.json +++ b/versions.json @@ -177,6 +177,10 @@ { "version": "0.0.72", "update_link": "https://github.com/kesselborn/conex/releases/download/v0.0.72/conex-0.0.72-an.fx.xpi" + }, + { + "version": "0.0.73", + "update_link": "https://github.com/kesselborn/conex/releases/download/v0.0.73/conex-0.0.73-an.fx.xpi" } ] }