Skip to content
This repository has been archived by the owner on Jun 10, 2020. It is now read-only.

Commit

Permalink
Updated version to 0.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gtch committed Oct 5, 2014
1 parent 4c31420 commit 15dc0c5
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<groupId>net.hearthstats</groupId>
<artifactId>uploader-parent</artifactId>
<name>HearthStats Companion</name>
<version>0.20.2-SNAPSHOT</version>
<version>0.20.2</version>
<packaging>pom</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion updater/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<parent>
<groupId>net.hearthstats</groupId>
<version>0.20.2-SNAPSHOT</version>
<version>0.20.2</version>
<artifactId>uploader-parent</artifactId>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions uploader-osx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<parent>
<groupId>net.hearthstats</groupId>
<version>0.20.2-SNAPSHOT</version>
<version>0.20.2</version>
<artifactId>uploader-parent</artifactId>
</parent>

Expand Down Expand Up @@ -144,7 +144,7 @@
<option value="-DLOG_FILE=Library/Application Support/HearthStatsCompanion/log.txt" />
<option value="-Xdock:icon=Contents/Resources/${bundle.icon}" />
<option value="-Xms96m" />
<option value="-Xmx192m" />
<option value="-Xmx1024m" />
</bundleapp>

<!-- Copy Tesseract data into the Resources folder of the bundle -->
Expand Down
2 changes: 1 addition & 1 deletion uploader-win/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<parent>
<groupId>net.hearthstats</groupId>
<version>0.20.2-SNAPSHOT</version>
<version>0.20.2</version>
<artifactId>uploader-parent</artifactId>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion uploader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<parent>
<groupId>net.hearthstats</groupId>
<version>0.20.2-SNAPSHOT</version>
<version>0.20.2</version>
<artifactId>uploader-parent</artifactId>
</parent>
<artifactId>uploader</artifactId>
Expand Down

0 comments on commit 15dc0c5

Please sign in to comment.