Skip to content

Commit cbae01b

Browse files
committed
update package versioning
1 parent 56e360f commit cbae01b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/commandkit/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "commandkit",
33
"description": "Beginner friendly command & event handler for Discord.js",
4-
"version": "0.1.11",
4+
"version": "1.0.0",
55
"license": "MIT",
66
"main": "./dist/index.js",
77
"module": "./dist/index.mjs",
@@ -58,4 +58,4 @@
5858
"engines": {
5959
"node": ">=22"
6060
}
61-
}
61+
}

0 commit comments

Comments
 (0)