Skip to content

Commit

Permalink
Update version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
edanchenkov committed Apr 1, 2017
1 parent 05713f8 commit e19a3dd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "MenuTube",
"version": "1.1.0",
"version": "1.2.0",
"description": "Catch YouTube into your macOS menu bar!",
"main": "main.js",
"scripts": {
Expand Down
1 change: 0 additions & 1 deletion src/ui-controls.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ var checkForUpdate = function (menu, controls) {
res.json().then(function (data) {
if (typeof data !== 'undefined' && data.hasOwnProperty('tag_name')) {


if (data.tag_name !== remote.app.getVersion()) {
var menuItems = defaultMenuItems.map(function (mi) {
/*
Expand Down

0 comments on commit e19a3dd

Please sign in to comment.