Skip to content

Commit

Permalink
Release v2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
slgobinath committed Apr 1, 2018
1 parent 4103443 commit 4910d0d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion extension/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

var EXTENSION_VERSION = "2.1.2";
var EXTENSION_VERSION = "2.1.3";
var REQUIRED_INTEGRATOR_VERSION = "1.0.0";
var interruptDownloads = true;
var ugetIntegratorNotFound = true;
Expand Down
2 changes: 1 addition & 1 deletion extension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@
"activeTab",
"tabs"
],
"version": "2.1.2"
"version": "2.1.3"
}
2 changes: 1 addition & 1 deletion extension/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<div class="container">
<div class="row">
<div class="col-4 col-right"><img id="img-icon" src="icon_32.png" /></div>
<div class="col vcenter"><span id="title">uGet Integration 2.1.2</span></div>
<div class="col vcenter"><span id="title">uGet Integration 2.1.3</span></div>
</div>
<hr>
<div class="row h-10">
Expand Down

0 comments on commit 4910d0d

Please sign in to comment.