From 00db41195fe22131f00599898fea702acf380a60 Mon Sep 17 00:00:00 2001 From: Wilfried OLLIVIER Date: Sat, 27 Jul 2024 21:14:19 +0200 Subject: [PATCH] Bump version to 0.4.22 --- package.json | 2 +- src/main.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3493975..b498138 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "trostani", - "version": "0.4.21", + "version": "0.4.22", "description": "A Typescript Discord bot knowing stuff about MtG", "repository": "git@github.com:papey/trostani.git", "author": "papey", diff --git a/src/main.ts b/src/main.ts index 4edc2bd..0bd3f38 100644 --- a/src/main.ts +++ b/src/main.ts @@ -10,7 +10,7 @@ import * as yargs from "yargs"; // Args and cli setup let args = yargs .scriptName("Trostani") - .version("0.4.20") + .version("0.4.22") .help() .option("config", { alias: "c",