Skip to content
This repository was archived by the owner on Mar 22, 2018. It is now read-only.

Commit 7e5137c

Browse files
committed
Release uGet extension 2.0.9
1 parent c247f2a commit 7e5137c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

extension/background.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ try {
7171

7272
chromeVersion = parseInt(chromeVersion);
7373
sendMessageToHost({
74-
version: "2.0.8"
74+
version: "2.0.9"
7575
});
7676

7777
// Read the local storage for excluded keywords

extension/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@
5252
"cookies",
5353
"activeTab"
5454
],
55-
"version": "2.0.8"
55+
"version": "2.0.9"
5656
}

extension/popup.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<body>
2929
<div id="parent-container">
3030
<div id="title-container">
31-
<img id="img-icon" src="icon_32.png" /> <span>uGet Integration 2.0.8</span>
31+
<img id="img-icon" src="icon_32.png" /> <span>uGet Integration 2.0.9</span>
3232
</div>
3333
<hr>
3434
<label id="info">Info: Found uGet and uget-chrome-wrapper</label><label id="error">Error: Unable to connect to the uget-chrome-wrapper</label><label id="warn">Warning: Please upgrade uget-chrome-wrapper to the latest version</label>

0 commit comments

Comments
 (0)