Skip to content

Commit

Permalink
chore(core): bump version to 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikoTan committed Sep 26, 2023
1 parent 2626ccb commit 48da6d5
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,7 +1,7 @@
{
"name": "@koishijs/wordle",
"description": "Wordle core for Koishi",
"version": "0.0.6",
"version": "0.0.7",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down
4 changes: 2 additions & 2 deletions packages/wordle/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "koishi-plugin-wordle",
"description": "Play wordle in Koishi",
"version": "0.0.1-alpha.3",
"version": "0.0.1-alpha.4",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -37,7 +37,7 @@
}
},
"dependencies": {
"@koishijs/wordle": "^0.0.6"
"@koishijs/wordle": "^0.0.7"
},
"peerDependencies": {
"koishi": "^4.11.0"
Expand Down

0 comments on commit 48da6d5

Please sign in to comment.