From 46962e4f927f152260b104c8a4bd88e829bca1c7 Mon Sep 17 00:00:00 2001 From: Wilfried OLLIVIER Date: Sun, 5 Feb 2023 12:36:50 +0100 Subject: [PATCH] Bump version to 0.4.18 --- package.json | 2 +- src/main.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 92d73bc..cbb853f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "trostani", - "version": "0.4.17", + "version": "0.4.18", "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 0ca0611..f059ec1 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.17") + .version("0.4.18") .help() .option("config", { alias: "c",