From 9e3b1cadc2ca1af2677da6919e444a24575a71fe Mon Sep 17 00:00:00 2001 From: Lars Knol Date: Sun, 21 Apr 2024 15:19:42 +0200 Subject: [PATCH] chore: release 1.1.0 (#117) --- apps/barry/package.json | 2 +- package-lock.json | 6 +++--- package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/barry/package.json b/apps/barry/package.json index 0100375..9f051d1 100644 --- a/apps/barry/package.json +++ b/apps/barry/package.json @@ -1,6 +1,6 @@ { "name": "barry", - "version": "1.0.1", + "version": "1.1.0", "description": "Barry is a versatile Discord bot that simplifies server management with a range of features such as moderation, leveling, and marketplace tools.", "repository": "HeadTriXz/Barry", "author": "HeadTriXz", diff --git a/package-lock.json b/package-lock.json index f218ff1..b6b9c4a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "barry", - "version": "1.0.1", + "version": "1.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "barry", - "version": "1.0.1", + "version": "1.1.0", "license": "MIT", "workspaces": [ "apps/*", @@ -32,7 +32,7 @@ } }, "apps/barry": { - "version": "1.0.1", + "version": "1.1.0", "license": "AGPL-3.0", "dependencies": { "@barry-bot/core": "*", diff --git a/package.json b/package.json index febb7ad..0b15d18 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "barry", - "version": "1.0.1", + "version": "1.1.0", "description": "Barry is a versatile Discord bot that simplifies server management with a range of features such as moderation, leveling, and marketplace tools.", "repository": "HeadTriXz/Barry", "author": "HeadTriXz",