From 0476678dbfb3373b449896a23a15665ffa170e49 Mon Sep 17 00:00:00 2001 From: "Ean Milligan (Bastion)" Date: Mon, 18 Jan 2021 12:03:13 -0500 Subject: [PATCH] V1.3.1 forgot to bump version num this only bumps the version number, --- README.md | 2 +- config.example.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a01311a..f54e04f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # The Artificer - A Dice Rolling Discord Bot -Version 1.3.0 - 2020/01/18 +Version 1.3.1 - 2020/01/18 The Artificer is a Discord bot that specializes in rolling dice. The bot utilizes the compact [Roll20 formatting](https://roll20.zendesk.com/hc/en-us/articles/360037773133-Dice-Reference) for ease of use and will correctly perform any needed math on the roll (limited to basic algebra). diff --git a/config.example.ts b/config.example.ts index 4609b3e..0b98e96 100644 --- a/config.example.ts +++ b/config.example.ts @@ -1,6 +1,6 @@ export const config = { "name": "The Artificer", // Name of the bot - "version": "1.2.0", // Version of the bot + "version": "1.3.1", // Version of the bot "token": "the_bot_token", // Discord API Token for this bot "prefix": "[[", // Prefix for all commands "postfix": "]]", // Postfix for rolling command