Skip to content

Commit

Permalink
Update version to 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nathen418 committed Feb 10, 2021
1 parent 92870a9 commit 68d83b8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const piiModel = require('./models/pii');
const piiCreate = require('./actions/piiCreate');
const counting = require('./functions/counting');
const messageLog = require('./actions/messageLog')
global.botVersion = "1.3.1";
global.botVersion = "1.3.2";


global.bot = new CommandoClient({
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "antaresbot",
"version": "1.3.1",
"version": "1.3.2",
"description": "A rewrite of the Antares bot ",
"main": "index.js",
"dependencies": {
Expand Down

0 comments on commit 68d83b8

Please sign in to comment.