diff --git a/manifest.json b/manifest.json index 158ba45..d448e36 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.13", + "version": "0.6.14", "browser_action": { "default_title": "Conex (CTRL+)", "browser_style": false, diff --git a/versions.json b/versions.json index 67b9918..a5f68d3 100644 --- a/versions.json +++ b/versions.json @@ -489,6 +489,10 @@ { "version": "0.6.13", "update_link": "https://github.com/kesselborn/conex/releases/download/v0.6.13/conex-0.6.13-an.fx.xpi" + }, + { + "version": "0.6.14", + "update_link": "https://github.com/kesselborn/conex/releases/download/v0.6.14/conex-0.6.14-an.fx.xpi" } ] }