Skip to content

Commit

Permalink
Bump version to 0.4.23
Browse files Browse the repository at this point in the history
  • Loading branch information
papey committed Jul 28, 2024
1 parent 84463c9 commit 0f11ab8
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": "trostani",
"version": "0.4.22",
"version": "0.4.23",
"description": "A Typescript Discord bot knowing stuff about MtG",
"repository": "[email protected]:papey/trostani.git",
"author": "papey",
Expand Down
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import * as yargs from "yargs";
// Args and cli setup
let args = yargs
.scriptName("Trostani")
.version("0.4.22")
.version("0.4.23")
.help()
.option("config", {
alias: "c",
Expand Down

0 comments on commit 0f11ab8

Please sign in to comment.