Skip to content

Commit

Permalink
Bump package vers
Browse files Browse the repository at this point in the history
  • Loading branch information
Didas-git committed Sep 5, 2024
1 parent da7eb17 commit 8ee0096
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/handlers/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -52,7 +52,7 @@
"bun-first"
],
"peerDependencies": {
"lilybird": "^0.7.0",
"lilybird": "^0.8.0",
"@lilybird/transformers": "^0.4.0"
}
}

0 comments on commit 8ee0096

Please sign in to comment.