From 60fd5ea63e20922bb38da397b09532a415f71462 Mon Sep 17 00:00:00 2001 From: Daniel Bornkessel Date: Sat, 22 Dec 2018 18:58:18 +0100 Subject: [PATCH] Bump to version 0.7.13 --- manifest.json | 2 +- versions.json | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index e9e0a60..cb42af6 100644 --- a/manifest.json +++ b/manifest.json @@ -4,7 +4,7 @@ "description": "A tabgroup'esque successor for Firefox Quantum (FirefoxBeta and FirefoxNightly only at the moment)", "homepage_url": "https://github.com/kesselborn/conex", "name": "Conex", - "version": "0.7.12", + "version": "0.7.13", "browser_action": { "default_title": "Conex (CTRL+)", "browser_style": false, diff --git a/versions.json b/versions.json index d997249..dc5745e 100644 --- a/versions.json +++ b/versions.json @@ -549,6 +549,10 @@ { "version": "0.7.12", "update_link": "https://github.com/kesselborn/conex/releases/download/v0.7.12/conex-0.7.12-an.fx.xpi" + }, + { + "version": "0.7.13", + "update_link": "https://github.com/kesselborn/conex/releases/download/v0.7.13/conex-0.7.13-an.fx.xpi" } ] }