Skip to content

Commit

Permalink
chore: release 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gx1285 committed Jul 16, 2023
1 parent 63dc99a commit 8683ed6
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.1",
"version": "3.1.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 @@ -93,7 +93,7 @@ const {
commandExecutors,
load,
} = client.botData;
await infos.set('version', (await infos.get('version')) || '3.0.1');
await infos.set('version', (await infos.get('version')) || '3.1.1');

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

0 comments on commit 8683ed6

Please sign in to comment.