Skip to content

Commit e51c182

Browse files
committed
Release v1.1.0
1 parent f3e143a commit e51c182

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

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 1.0.0",
3-
"url": "https://github.com/ekonstantinidis/gitify/releases/download/1.0.0/gitify-osx.zip"
2+
"name": "Release 1.1.0",
3+
"url": "https://github.com/manosim/gitify/releases/download/1.1.0/gitify-osx.zip"
44
}

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gitify",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "GitHub Notifications on your menu bar.",
55
"main": "main.js",
66
"scripts": {
@@ -18,7 +18,7 @@
1818
},
1919
"repository": {
2020
"type": "git",
21-
"url": "https://github.com/ekonstantinidis/gitify.git"
21+
"url": "https://github.com/manosim/gitify.git"
2222
},
2323
"keywords": [
2424
"gitify",
@@ -35,7 +35,7 @@
3535
"contributors": [
3636
{
3737
"name": "Emmanouil Konstantinidis",
38-
"url": "https://githib.com/ekonstantinidis"
38+
"url": "https://githib.com/manosim"
3939
},
4040
{
4141
"name": "Jake 'Sid' Smith",
@@ -44,9 +44,9 @@
4444
],
4545
"license": "MIT",
4646
"bugs": {
47-
"url": "https://github.com/ekonstantinidis/gitify/issues"
47+
"url": "https://github.com/manosim/gitify/issues"
4848
},
49-
"homepage": "https://github.com/ekonstantinidis/gitify",
49+
"homepage": "http://www.gitify.io/",
5050
"dependencies": {
5151
"auto-launch": "=4.0.0",
5252
"bootstrap": "=4.0.0-alpha.3",

0 commit comments

Comments
 (0)