Skip to content

Commit

Permalink
Release 0.2.1 hotfix to address hardfork issue in resistance
Browse files Browse the repository at this point in the history
  • Loading branch information
ProgrammerDan committed Feb 6, 2018
1 parent 349a1ea commit bc46fd1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions arionum-miner/pom.xml
Expand Up @@ -4,7 +4,7 @@

<groupId>com.programmerdan.arionum</groupId>
<artifactId>arionum-miner</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.1</version>
<packaging>jar</packaging>

<name>arionum-miner-java</name>
Expand Down Expand Up @@ -110,11 +110,11 @@
<runtimeBits>64/32</runtimeBits>
</jre>
<versionInfo>
<fileVersion>0.2.0.0</fileVersion>
<fileVersion>0.2.1.0</fileVersion>
<txtFileVersion>${project.version}</txtFileVersion>
<fileDescription>Arionum Miner in Java</fileDescription>
<copyright>2018 AroDev, portions ProgrammerDan (MIT license)</copyright>
<productVersion>0.2.0.0</productVersion>
<productVersion>0.2.1.0</productVersion>
<txtProductVersion>${project.version}</txtProductVersion>
<productName>Arionum Miner in Java</productName>
<companyName></companyName>
Expand Down

0 comments on commit bc46fd1

Please sign in to comment.