Skip to content

Commit

Permalink
Changed version to v0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dmccoystephenson committed Oct 6, 2021
1 parent 25ca95d commit bdf974c
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>ActivityTracker</artifactId>
<version>v0.3-alpha-1</version>
<version>v0.3</version>
<packaging>jar</packaging>

<name>ActivityTracker</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public final class ActivityTracker extends JavaPlugin {

private static ActivityTracker instance;

private String version = "v0.3-alpha-1";
private String version = "v0.3";

public static ActivityTracker 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: ActivityTracker
version: 0.3-alpha-1
version: 0.3
main: dansplugins.activitytracker.ActivityTracker
api-version: 1.13

Expand Down

0 comments on commit bdf974c

Please sign in to comment.