From b304fb0e62803b2df54ec4b1e1437cfe0b454205 Mon Sep 17 00:00:00 2001 From: Gaspard Jankowiak Date: Fri, 25 Oct 2024 12:56:10 +0200 Subject: [PATCH] bump version to v0.4 --- manifest_v2.json | 2 +- manifest_v3.json | 2 +- updates.json | 4 ++++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/manifest_v2.json b/manifest_v2.json index 03c9e81..f9567ae 100644 --- a/manifest_v2.json +++ b/manifest_v2.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "KF-Trombi", - "version": "0.3", + "version": "0.4", "browser_specific_settings": { "gecko": { diff --git a/manifest_v3.json b/manifest_v3.json index 0cf1b65..0c1fddb 100644 --- a/manifest_v3.json +++ b/manifest_v3.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "KF-Trombi", - "version": "0.3", + "version": "0.4", "description": "Generates a directory of students with photos from online.uni-graz.at", diff --git a/updates.json b/updates.json index ee1e885..5e5c743 100644 --- a/updates.json +++ b/updates.json @@ -13,6 +13,10 @@ { "version": "0.3", "update_link": "https://gaspard.janko.fr/s/firefox-add-ons/kf-trombi/kf-trombi-0.3.xpi" + }, + { + "version": "0.4", + "update_link": "https://gaspard.janko.fr/s/firefox-add-ons/kf-trombi/kf-trombi-0.4.xpi" } ] }