Skip to content

Commit 7bcc17c

Browse files
committed
Bump Version to 1.0.2
1 parent 6968033 commit 7bcc17c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ function connectToDiscord() {
367367
initPluginLoader();
368368

369369
// Load commandline args as env variables
370-
commander.version("1.0.1").usage("[options]")
370+
commander.version("1.0.2").usage("[options]")
371371
.option("-e, --email <Picarto Channel>", "Set the bots Login Username.")
372372
.option("-p, --password <Bot name>", "Set the bot's Login Password.")
373373
.option("-t, --token <Token>", "Use an already existing token to login.")

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@
3939
"scripts": {
4040
"test": "echo \"Error: no test specified\" && exit 1"
4141
},
42-
"version": "1.0.1"
42+
"version": "1.0.2"
4343
}

0 commit comments

Comments
 (0)