From 751f4689fad172e82189295d56dd953d486cd403 Mon Sep 17 00:00:00 2001 From: kesselborn Date: Mon, 2 Apr 2018 00:29:23 +0200 Subject: [PATCH] Bump to version 0.6.15 --- manifest.json | 2 +- versions.json | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index d448e36..bcfc57a 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.14", + "version": "0.6.15", "browser_action": { "default_title": "Conex (CTRL+)", "browser_style": false, diff --git a/versions.json b/versions.json index a5f68d3..3a4832b 100644 --- a/versions.json +++ b/versions.json @@ -493,6 +493,10 @@ { "version": "0.6.14", "update_link": "https://github.com/kesselborn/conex/releases/download/v0.6.14/conex-0.6.14-an.fx.xpi" + }, + { + "version": "0.6.15", + "update_link": "https://github.com/kesselborn/conex/releases/download/v0.6.15/conex-0.6.15-an.fx.xpi" } ] }