From 8ee00967ec275568715a9e649cd2d95b5369eefe Mon Sep 17 00:00:00 2001 From: DidaS Date: Thu, 5 Sep 2024 21:15:29 +0100 Subject: [PATCH] Bump package vers --- packages/core/package.json | 2 +- packages/handlers/package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/core/package.json b/packages/core/package.json index b28734d..baf2a82 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "lilybird", - "version": "0.8.0-beta.0", + "version": "0.8.0", "description": "A bun-first discord client written in TS", "main": "./dist/index.js", "author": "DidaS", diff --git a/packages/handlers/package.json b/packages/handlers/package.json index f9f8aec..ac6afc7 100644 --- a/packages/handlers/package.json +++ b/packages/handlers/package.json @@ -1,6 +1,6 @@ { "name": "@lilybird/handlers", - "version": "0.6.0-beta.20", + "version": "0.6.0", "description": "Command handlers and more for lilybird", "main": "./dist/index.js", "author": "DidaS", @@ -52,7 +52,7 @@ "bun-first" ], "peerDependencies": { - "lilybird": "^0.7.0", + "lilybird": "^0.8.0", "@lilybird/transformers": "^0.4.0" } } \ No newline at end of file