Skip to content

Commit

Permalink
chore: Bump version to 0.4.24
Browse files Browse the repository at this point in the history
  • Loading branch information
papey committed Aug 24, 2024
1 parent 1ca2d43 commit be93757
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.23",
"version": "0.4.24",
"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.23")
.version("0.4.24")
.help()
.option("config", {
alias: "c",
Expand Down

0 comments on commit be93757

Please sign in to comment.