Skip to content

Commit

Permalink
version 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
temaivanoff committed Sep 26, 2018
1 parent 5c176ec commit 05d90c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ function telegram_debug(text) {
}

function start(options) {
plugin.debug("version: 0.0.3");
plugin.debug("version: 0.0.6");

telegram = new Telegram({ token: options.token, proxy: options.proxy === 'manual' ? options.HTTPProxy : options.proxy });
telegram.on('debug', telegram_debug);
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "plugin-telegram",
"version": "0.0.5",
"version": "0.0.6",
"description": "",
"private": true,
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion telegram.ih
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"activation": false,
"resources": false,
"cross": true,
"version":"0.0.5"
"version":"0.0.6"
}

0 comments on commit 05d90c7

Please sign in to comment.