Skip to content

Commit 7a7c458

Browse files
authored
Merge pull request #301 from manosim/release-2.0.2
Release 2.0.2
2 parents 3f07186 + d8f1e01 commit 7a7c458

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Gitify [![travis][travis-image]][travis-url] [![codecov][codecov-image]][codecov-url]
1+
# Gitify [![travis][travis-image]][travis-url] [![codecov][codecov-image]][codecov-url] [![downloads][downloads-image]][downloads-url]
22

33
> If you are looking for the mobile version - [manosim/gitify-mobile](https://github.com/manosim/gitify-mobile/).
44
@@ -94,3 +94,5 @@ Gitify is licensed under the MIT Open Source license. For more information, see
9494
[travis-url]: https://travis-ci.org/manosim/gitify
9595
[codecov-image]: https://codecov.io/gh/manosim/gitify/branch/master/graph/badge.svg
9696
[codecov-url]: https://codecov.io/gh/manosim/gitify
97+
[downloads-image]: https://img.shields.io/github/downloads/manosim/gitify/total.svg
98+
[downloads-url]: http://www.gitify.io

auto_updater.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"name": "Release 2.0.1",
3-
"url": "https://github.com/manosim/gitify/releases/download/2.0.1/gitify-osx.zip"
2+
"name": "Release 2.0.2",
3+
"url": "https://github.com/manosim/gitify/releases/download/2.0.2/gitify-osx.zip"
44
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gitify",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "GitHub Notifications on your menu bar.",
55
"main": "main.js",
66
"scripts": {

0 commit comments

Comments
 (0)