From 9f1e2f96eef6af8ff1cea11376f3f2a66c5d8bd8 Mon Sep 17 00:00:00 2001 From: Letum Date: Fri, 26 Nov 2021 17:26:10 +0100 Subject: [PATCH] Release 2.1.1 --- src/manifest.json | 2 +- updates.json | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/manifest.json b/src/manifest.json index 7c20422..149a207 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "HSLU simple MEP results", - "version": "2.1.0", + "version": "2.1.1", "description": "Show the results of your exams in a nice way instead of the crappy default layout.", "icons": { "48": "icons/icon-48.png", diff --git a/updates.json b/updates.json index 3a31100..efeaadd 100644 --- a/updates.json +++ b/updates.json @@ -51,6 +51,11 @@ "version": "2.1.0", "update_link": "https://github.com/eddex/hslu-simple-mep-results/releases/download/2.1.0/hslu_simple_mep_results-2.1.0-firefox.xpi", "update_hash": "sha256:1E50E0512AEF817125A067B5A0A6AD81DC8FFADC6EDB01187E7903EBA1E124C0" + }, + { + "version": "2.1.1", + "update_link": "https://github.com/eddex/hslu-simple-mep-results/releases/download/2.1.1/hslu_simple_mep_results-2.1.1-firefox.xpi", + "update_hash": "sha256:72b5daf9100eb21a49d9b12c9fa3e50bf87c5da4cc5aad1762dcbf5c2c5e5b1b" } ] }