diff --git a/examples/example-config-triggers.js b/examples/example-config-triggers.js index 08bda554..7d3879af 100644 --- a/examples/example-config-triggers.js +++ b/examples/example-config-triggers.js @@ -128,7 +128,7 @@ module.exports = [ apikey: "replaceme", conditions: '!weather', forecast: '!forecase', - forecastMetric: false; + forecastMetric: false } }, // Reply triggers that will only respond to a particular user diff --git a/lib/chatBot.js b/lib/chatBot.js index 4e854963..07824f01 100644 --- a/lib/chatBot.js +++ b/lib/chatBot.js @@ -1,4 +1,4 @@ -var ver = "2.4.0-dev"; //update this before pushing to master. +var ver = "2.4.0-beta"; //update this before pushing to master. var fs = require("fs"); var steam = require("steam"); diff --git a/package.json b/package.json index b0c43ed5..a691073a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "steam-chat-bot", "homepage": "https://steam-chat-bot.github.io/node-steam-chat-bot", - "version": "2.4.0-dev", + "version": "2.4.0-beta", "bugs": { "url": "http://github.com/steam-chat-bot/node-steam-chat-bot/issues" },