From e51c1827905e9105ece8e157d275706f526faff4 Mon Sep 17 00:00:00 2001 From: Emmanouil Konstantinidis Date: Fri, 16 Sep 2016 00:27:46 +0100 Subject: [PATCH 1/4] Release v1.1.0 --- auto_updater.json | 4 ++-- package.json | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/auto_updater.json b/auto_updater.json index df2ddc6c4..6b6a477a2 100644 --- a/auto_updater.json +++ b/auto_updater.json @@ -1,4 +1,4 @@ { - "name": "Release 1.0.0", - "url": "https://github.com/ekonstantinidis/gitify/releases/download/1.0.0/gitify-osx.zip" + "name": "Release 1.1.0", + "url": "https://github.com/manosim/gitify/releases/download/1.1.0/gitify-osx.zip" } diff --git a/package.json b/package.json index 1b5280ac9..66d060841 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitify", - "version": "1.0.0", + "version": "1.1.0", "description": "GitHub Notifications on your menu bar.", "main": "main.js", "scripts": { @@ -18,7 +18,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/ekonstantinidis/gitify.git" + "url": "https://github.com/manosim/gitify.git" }, "keywords": [ "gitify", @@ -35,7 +35,7 @@ "contributors": [ { "name": "Emmanouil Konstantinidis", - "url": "https://githib.com/ekonstantinidis" + "url": "https://githib.com/manosim" }, { "name": "Jake 'Sid' Smith", @@ -44,9 +44,9 @@ ], "license": "MIT", "bugs": { - "url": "https://github.com/ekonstantinidis/gitify/issues" + "url": "https://github.com/manosim/gitify/issues" }, - "homepage": "https://github.com/ekonstantinidis/gitify", + "homepage": "http://www.gitify.io/", "dependencies": { "auto-launch": "=4.0.0", "bootstrap": "=4.0.0-alpha.3", From 3202d20e11dae652b025272f792cd96383e17e2e Mon Sep 17 00:00:00 2001 From: Emmanouil Konstantinidis Date: Sat, 17 Sep 2016 00:08:23 +0100 Subject: [PATCH 2/4] Update repo url --- src/js/components/navigation.js | 2 +- src/js/components/notifications.js | 2 +- src/js/utils/constants.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/js/components/navigation.js b/src/js/components/navigation.js index 31dc0cd47..06abbba67 100644 --- a/src/js/components/navigation.js +++ b/src/js/components/navigation.js @@ -41,7 +41,7 @@ export class Navigation extends React.Component { } openBrowser() { - shell.openExternal('http://www.github.com/ekonstantinidis/gitify'); + shell.openExternal('http://www.github.com/manosim/gitify'); } render() { diff --git a/src/js/components/notifications.js b/src/js/components/notifications.js index 0c764a0c0..6c220462f 100644 --- a/src/js/components/notifications.js +++ b/src/js/components/notifications.js @@ -22,7 +22,7 @@ export class NotificationsPage extends React.Component { } openBrowser() { - shell.openExternal('http://www.github.com/ekonstantinidis/gitify'); + shell.openExternal('http://www.github.com/manosim/gitify'); } render() { diff --git a/src/js/utils/constants.js b/src/js/utils/constants.js index e84c0c6dd..535174509 100644 --- a/src/js/utils/constants.js +++ b/src/js/utils/constants.js @@ -4,7 +4,7 @@ let constants = { CLIENT_SECRET: '9670de733096c15322183ff17ed0fc8704050379', SCOPE: ['user:email', 'notifications'], - REPO_SLUG: 'ekonstantinidis/gitify', + REPO_SLUG: 'manosim/gitify', // Storage STORAGE_KEY: 'gitify-storage', From b25cf193ba7e8a979b863acaaff696d5cbd03c91 Mon Sep 17 00:00:00 2001 From: Emmanouil Konstantinidis Date: Sat, 17 Sep 2016 00:26:23 +0100 Subject: [PATCH 3/4] Package with Electron 1.3.4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 66d060841..29dc4578e 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "scripts": { "build": "gulp build", "watch": "gulp watch", - "package": "electron-packager . Gitify --overwrite --platform=darwin --arch=x64 --version=1.0.2 --asar=true --icon=images/app-icon.icns --prune --ignore='src' --ignore='coverage'", + "package": "electron-packager . Gitify --overwrite --platform=darwin --arch=x64 --version=1.3.4 --asar=true --icon=images/app-icon.icns --prune --ignore='src' --ignore='coverage'", "codesign": "bash scripts/codesign.bash", "dist": "gulp release && npm run package && npm run codesign", "lint-js": "eslint 'src/js/' 'src/js/app.js' 'main.js'", From 2558d8c8b965df45487c03756b3efe76aa6dd862 Mon Sep 17 00:00:00 2001 From: Emmanouil Konstantinidis Date: Sat, 17 Sep 2016 00:32:16 +0100 Subject: [PATCH 4/4] Fix tests --- src/js/__tests__/components/navigation.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/__tests__/components/navigation.js b/src/js/__tests__/components/navigation.js index 5b2a46bdd..606e828ec 100644 --- a/src/js/__tests__/components/navigation.js +++ b/src/js/__tests__/components/navigation.js @@ -192,7 +192,7 @@ describe('components/navigation.js', function () { wrapper.find('.navbar-brand').simulate('click'); expect(shell.openExternal).to.have.been.calledOnce; - expect(shell.openExternal).to.have.been.calledWith('http://www.github.com/ekonstantinidis/gitify'); + expect(shell.openExternal).to.have.been.calledWith('http://www.github.com/manosim/gitify'); });