Skip to content

Commit

Permalink
Merge pull request #301 from manosim/release-2.0.2
Browse files Browse the repository at this point in the history
Release 2.0.2
  • Loading branch information
manosim committed Jun 19, 2017
2 parents 3f07186 + d8f1e01 commit 7a7c458
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion 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/).
Expand Down Expand Up @@ -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
4 changes: 2 additions & 2 deletions 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"
}
2 changes: 1 addition & 1 deletion 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": {
Expand Down

0 comments on commit 7a7c458

Please sign in to comment.