From 44ec62c1778f415d2aa3a1bafddef5e0ceccb79b Mon Sep 17 00:00:00 2001 From: kesselborn Date: Mon, 2 Apr 2018 19:41:29 +0200 Subject: [PATCH] Bump to version 0.7.2 --- manifest.json | 2 +- versions.json | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 1374050..47a3e04 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.7.1", + "version": "0.7.2", "browser_action": { "default_title": "Conex (CTRL+)", "browser_style": false, diff --git a/versions.json b/versions.json index 8952024..89c82a8 100644 --- a/versions.json +++ b/versions.json @@ -505,6 +505,10 @@ { "version": "0.7.1", "update_link": "https://github.com/kesselborn/conex/releases/download/v0.7.1/conex-0.7.1-an.fx.xpi" + }, + { + "version": "0.7.2", + "update_link": "https://github.com/kesselborn/conex/releases/download/v0.7.2/conex-0.7.2-an.fx.xpi" } ] }