diff --git a/README.md b/README.md index 7f0fb8b7c..cbe224280 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Gitify [![travis][travis-image]][travis-url] [![codecov][codecov-image]][codecov-url] +# Gitify [![travis][travis-image]][travis-url] [![codecov][codecov-image]][codecov-url] [![downloads][downloads-image]][downloads-url] > If you are looking for the mobile version - [manosim/gitify-mobile](https://github.com/manosim/gitify-mobile/). @@ -94,3 +94,5 @@ Gitify is licensed under the MIT Open Source license. For more information, see [travis-url]: https://travis-ci.org/manosim/gitify [codecov-image]: https://codecov.io/gh/manosim/gitify/branch/master/graph/badge.svg [codecov-url]: https://codecov.io/gh/manosim/gitify +[downloads-image]: https://img.shields.io/github/downloads/manosim/gitify/total.svg +[downloads-url]: http://www.gitify.io diff --git a/auto_updater.json b/auto_updater.json index d8156e5d7..1815cccd3 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 4c5d5fd31..a27bbe751 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": {