Skip to content

Commit 7801b94

Browse files
committed
chore: update arcscord version to 0.3.0-beta-8 in package files
1 parent cf074bb commit 7801b94

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/arcscord/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "arcscord",
3-
"version": "0.3.0-beta-7",
3+
"version": "0.3.0-beta-8",
44
"description": "A discord.js framework, slash command first and full typescript !",
55
"author": "Arcoz0308",
66
"license": "MIT",

packages/cli/src/generators/package.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export type PackageJSONOptions = {
66
};
77

88
const dependenciesVersions = {
9-
"arcscord": "0.3.0-beta-7",
9+
"arcscord": "0.3.0-beta-8",
1010
"discord.js": "^14.16.3",
1111
"@swc-node/core": "^1.13.3",
1212
"@swc-node/register": "^1.10.9",

0 commit comments

Comments
 (0)