Skip to content

Commit

Permalink
first release
Browse files Browse the repository at this point in the history
  • Loading branch information
artemgurzhii committed Feb 2, 2017
1 parent c65a949 commit 0631242
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "travis-telegram-bot",
"version": "0.1.0",
"version": "1.0.0",
"author": {
"name": "Artem Gurzhii",
"email": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion src/utils/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ function cycle(users, output) {
});
});
});
}, 2000);
}, 7000);
}

export default { getJSON, jsonURL, getTime, cycle, clear };

0 comments on commit 0631242

Please sign in to comment.