Skip to content

Commit

Permalink
chore: release 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gx1285 committed Jul 14, 2023
1 parent b9d1ce3 commit 85248b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aqued",
"version": "3.0.0",
"version": "3.0.1",
"description": "Discord Bot",
"main": "dist/index.js",
"author": "aqued-dev",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ const {
commandExecutors,
load,
} = client.botData;
await infos.set('version', (await infos.get('version')) || '3.0.0');
await infos.set('version', (await infos.get('version')) || '3.0.1');

info('Aqued');
info('repository: https://github.com/aqued-dev/aqued');
Expand Down

0 comments on commit 85248b0

Please sign in to comment.