Skip to content

Commit

Permalink
Bumped release version.
Browse files Browse the repository at this point in the history
  • Loading branch information
gazbert committed Aug 10, 2016
1 parent 181def3 commit 92fe944
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bxbot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ LIB_DIR=./libs
log4j2_config=./resources/log4j2.xml

# The BX-bot core jar (Spring Boot app containing all the dependencies)
bxbot_core=bxbot-core-0.4-beta.jar
bxbot_core=bxbot-core-0.4-beta.1.jar

# PID file for checking if bot is running
PID_FILE=./.bxbot.pid
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>com.gazbert.bxbot</groupId>
<artifactId>bxbot-core</artifactId>
<packaging>jar</packaging>
<version>0.4-beta</version>
<version>0.4-beta.1</version>
<name>BX-bot</name>
<description>BX-bot is a simple Java algorithmic trading bot for trading Bitcoin on cryptocurrency exchanges.
</description>
Expand Down

0 comments on commit 92fe944

Please sign in to comment.