diff --git a/auto_updater.json b/auto_updater.json index d8156e5d..1815cccd 100644 --- a/auto_updater.json +++ b/auto_updater.json @@ -1,4 +1,4 @@ { - "name": "Release 2.0.1", - "url": "https://github.com/manosim/gitify/releases/download/2.0.1/gitify-osx.zip" + "name": "Release 2.0.2", + "url": "https://github.com/manosim/gitify/releases/download/2.0.2/gitify-osx.zip" } diff --git a/package.json b/package.json index 4c5d5fd3..a27bbe75 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitify", - "version": "2.0.1", + "version": "2.0.2", "description": "GitHub Notifications on your menu bar.", "main": "main.js", "scripts": {