Skip to content

Commit

Permalink
Update to 0.2.0-rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
papey committed Apr 7, 2020
1 parent 8338138 commit 5647cbf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "trostani",
"version": "0.2.0-rc2",
"description": "An MTGA oriented Discord bot",
"version": "0.2.0-rc3",
"description": "A Typescript Discord bot knowing stuff about MtG",
"repository": "git@github.com:papey/trostani.git",
"author": "papey",
"license": "Unlicense",
Expand Down
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import * as yargs from "yargs";
// Args and cli setup
let args = yargs
.scriptName("Trostani")
.version("0.2.0-rc2")
.version("0.2.0-rc3")
.help()
.option("config", {
alias: "c",
Expand Down

0 comments on commit 5647cbf

Please sign in to comment.