Version 0.6.6

This commit is contained in:
AppleDash 2016-08-04 15:18:12 -04:00
parent 2c5478635a
commit 65f625db46
5 changed files with 7 additions and 5 deletions

View File

@ -6,10 +6,10 @@
<parent>
<groupId>org.appledash</groupId>
<artifactId>SaneEconomy</artifactId>
<version>0.6.5-SNAPSHOT</version>
<version>0.6.6-SNAPSHOT</version>
</parent>
<artifactId>SaneEconomyCore</artifactId>
<version>0.6.5-SNAPSHOT</version>
<version>0.6.6-SNAPSHOT</version>
<dependencies>
<dependency>

View File

@ -1,7 +1,7 @@
name: SaneEconomy
author: AppleDash
main: org.appledash.saneeconomy.SaneEconomy
version: 0.6.4
version: 0.6.6
softdepend: [Vault]
commands:
balance:

View File

@ -40,6 +40,8 @@ public class NumberUtilsTest {
} catch (Throwable e) {
Locale.setDefault(old);
throw e;
} finally {
Locale.setDefault(old);
}
}
}

View File

@ -5,7 +5,7 @@
<parent>
<artifactId>SaneEconomy</artifactId>
<groupId>org.appledash</groupId>
<version>0.6.2-SNAPSHOT</version>
<version>0.6.6-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@ -6,7 +6,7 @@
<groupId>org.appledash</groupId>
<artifactId>SaneEconomy</artifactId>
<version>0.6.5-SNAPSHOT</version>
<version>0.6.6-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>