diff --git a/pom.xml b/pom.xml index 916915f..ab49272 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.github.NewsBotIRC NewsBotIRC - 0.1.2-SNAPSHOT + 0.2 NewsBotIRC http://maven.apache.org diff --git a/src/main/resources/newsbot.properties b/src/main/resources/newsbot.properties index b0e807c..da05520 100644 --- a/src/main/resources/newsbot.properties +++ b/src/main/resources/newsbot.properties @@ -22,7 +22,7 @@ bot.login = BOT_USERNAME bot.nick = NewsBot # Do not modify this line - Last NewsBot version. -bot.version = NewsBot v0.1.2 by Gerardo Canosa and Geronimo Poppino (2016-2017) +bot.version = NewsBot v0.2 by Gerardo Canosa and Geronimo Poppino (2016-2017) # IRC server hostname / IP address. bot.ircserver = IRC_HOST