Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
AstroGD committed Nov 26, 2020
1 parent ada7fa8 commit 8f82c09
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions modules/discord-accept-rules-bot.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
/**
* Discord Accept Rules Bot
* @version 2.1.0
* @version 2.1.1
* @author AstroGD - https://www.astrogd.eu
* @since 2018-07-15
*/

var scriptName = "modules.discord-accept-rules-bot.js",
version = "2.1.0",
version = "2.1.1",
mainframeMinVersion = "2.0.0";

const path = require("path");
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "discord-accept-rules-bot",
"version": "2.1.0",
"version": "2.1.1",
"description": "Let your Members accept the rules first and then give them a role",
"main": "main.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions tools/tools.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/**
* Tools js
* @version 2.0.0
* @version 2.0.1
* @author AstroGD - https://www.astrogd.eu
* @since 2018-07-15
*/
var scriptName = "tools.js",
version = "2.0.0",
version = "2.0.1",
mainframeMinVersion = "2.0.0";

module.exports = function (Discord, client, fs, dir, mainframeversion) {
Expand Down

0 comments on commit 8f82c09

Please sign in to comment.