Skip to content

Commit

Permalink
Bumped POM version only.
Browse files Browse the repository at this point in the history
  • Loading branch information
gazbert committed Jul 17, 2016
1 parent 9a38d5d commit a72a674
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 @@ -32,7 +32,7 @@ javamail=javax.mail-1.5.4.jar
gson=gson-2.3.1.jar

# The BX-bot core jar (mandatory)
bxbot_core=bxbot-core-0.2-beta-SNAPSHOT.jar
bxbot_core=bxbot-core-0.2-beta.1.jar

# Your Trading Strategies (optional)
# Needed if you're not using the sample included with the bot OR you have not included your strats in the bxbot_core jar.
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.2-beta-SNAPSHOT</version>
<version>0.2-beta.1</version>
<name>BX-bot</name>
<description>BX-bot is a simple Java algorithmic trading bot for trading Bitcoin on cryptocurrency exchanges.</description>
<url>http://github.com/gazbert/BX-bot</url>
Expand Down

0 comments on commit a72a674

Please sign in to comment.