Skip to content

Commit

Permalink
Merge pull request #53 from eddex/release/2.0.14
Browse files Browse the repository at this point in the history
release 2.0.14
  • Loading branch information
Lextum authored Feb 19, 2020
2 parents 9eb43da + d4bf147 commit c47918b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
5 changes: 5 additions & 0 deletions updates.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
}
Expand Down

0 comments on commit c47918b

Please sign in to comment.