From d4bf147c3e112fccac58a87ac6b3dc86b5a0a37b Mon Sep 17 00:00:00 2001 From: eddex Date: Wed, 19 Feb 2020 21:27:52 +0100 Subject: [PATCH] release 2.0.14 --- src/manifest.json | 7 ++++--- updates.json | 5 +++++ 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/src/manifest.json b/src/manifest.json index 79a31b9..5204692 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,11 +1,12 @@ { "manifest_version": 2, "name": "HSLU simple MEP results", - "version": "2.0.13", - "description": "Show the results of your exams in a simple list instead of the crappy default layout.", + "version": "2.0.14", + "description": "Show the results of your exams in a nice way instead of the crappy default layout.", "icons": { "48": "icons/icon-48.png", - "96": "icons/icon-96.png" + "96": "icons/icon-96.png", + "128": "icons/icon-128.png" }, "browser_action": { "default_icon": "icons/icon-48.png", diff --git a/updates.json b/updates.json index e60f660..2ed6cb2 100644 --- a/updates.json +++ b/updates.json @@ -36,6 +36,11 @@ "version": "2.0.13", "update_link": "https://github.com/eddex/hslu-simple-mep-results/releases/download/2.0.13/hslu_simple_mep_results-2.0.13-firefox.xpi", "update_hash": "sha256:8267F7AD4535C2DF865107164FF8240E900E6DE16231827658AE4001E0E5673E" + }, + { + "version": "2.0.14", + "update_link": "https://github.com/eddex/hslu-simple-mep-results/releases/download/2.0.14/hslu_simple_mep_results-2.0.14-firefox.xpi", + "update_hash": "sha256:30C17FC1F3BC39DAC24017C82F6884A14961058B1299929F645FF75AF7E7E8BB" } ] }