From 6b0f5a2078b29af1b5c1b4f27022abfdc0cb4ced Mon Sep 17 00:00:00 2001 From: Spimy Date: Thu, 25 Jun 2020 23:42:33 +0400 Subject: [PATCH] Update version --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a96fea5..28e6a78 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "muse-cli", - "version": "1.1.4", - "description": "CLI that generates a DiscordJS music bot features for you to build upon from", + "version": "1.1.5", + "description": "MuseCLI generates a discord.js bot with music features for you! You can use the generate subcommand to automatically generate boilerplate codes for commands and events so you don't have to keep rewriting repeated codes!", "engines": { "node": ">=12.0.0" },