From bad0f18264e01ea200b94ea3b9c9b706eea52f29 Mon Sep 17 00:00:00 2001 From: Dan Thareja Date: Fri, 2 Feb 2018 19:52:32 -0700 Subject: [PATCH] Update webhook --- circle.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/circle.yml b/circle.yml index 735203c5..0e102d58 100644 --- a/circle.yml +++ b/circle.yml @@ -9,4 +9,4 @@ test: - npm test --silent -- --reporter json > $CIRCLE_TEST_REPORTS/reports/mocha.json notify: webhooks: - - url: https://alz3i17w81.execute-api.us-west-1.amazonaws.com/prod/hooks/circleci + - url: https://p6bex1idt3.execute-api.us-west-1.amazonaws.com/prod/hooks/circleci diff --git a/package.json b/package.json index 4e4d71fb..37f32aaa 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "contribute-to-open-source", "description": "Learn how to contribute to open source projects on GitHub", - "version": "1.0.0", + "version": "2.0.0", "repository": { "type": "git", "url": "git+https://github.com/danthareja/contribute-to-open-source.git"