Skip to content

Commit

Permalink
docs: update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
AstroGD committed Apr 26, 2019
1 parent c5ca473 commit ac21955
Showing 1 changed file with 2 additions and 2 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 1.0.0
* @version 1.1.0
* @author AstroGD - https://www.astrogd.eu
* @since 2018-07-15
*/

var scriptName = "modules.discord-accept-rules-bot.js",
version = "1.0.0",
version = "1.1.0",
mainframeMinVersion = "1.0.1";

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

0 comments on commit ac21955

Please sign in to comment.