diff --git a/auto_updater.json b/auto_updater.json index e9ff9c993..d8156e5d7 100644 --- a/auto_updater.json +++ b/auto_updater.json @@ -1,4 +1,4 @@ { - "name": "Release 2.0.0", - "url": "https://github.com/manosim/gitify/releases/download/2.0.0/gitify-osx.zip" + "name": "Release 2.0.1", + "url": "https://github.com/manosim/gitify/releases/download/2.0.1/gitify-osx.zip" } diff --git a/package.json b/package.json index 45f8613d4..4c5d5fd31 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitify", - "version": "2.0.0", + "version": "2.0.1", "description": "GitHub Notifications on your menu bar.", "main": "main.js", "scripts": {