Skip to content

Commit

Permalink
Changed version to v0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
dmccoystephenson committed Sep 20, 2021
1 parent 18fe47e commit bc1db19
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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>dansplugins</groupId>
<artifactId>Currencies</artifactId>
<version>v0.14-alpha-1</version>
<version>v0.14</version>
<packaging>jar</packaging>

<name>Currencies</name>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/dansplugins/currencies/Currencies.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public final class Currencies extends JavaPlugin {

private static Currencies instance;

private final String version = "v0.14-alpha-1";
private final String version = "v0.14";

public static Currencies getInstance() {
return instance;
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Currencies
version: 0.14-alpha-1
version: 0.14
main: dansplugins.currencies.Currencies
api-version: 1.13
depend: [MedievalFactions]
Expand Down

0 comments on commit bc1db19

Please sign in to comment.