Skip to content

Commit

Permalink
Version bump to 4.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AuroraLS3 committed Jul 19, 2018
1 parent 1eb456d commit 38084be
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Plan/src/main/java/com/djrapitops/plan/PlanSponge.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
import java.io.File;
import java.io.InputStream;

@Plugin(id = "plan", name = "Plan", version = "4.4.0", description = "Player Analytics Plugin by Rsl1122", authors = {"Rsl1122"})
@Plugin(id = "plan", name = "Plan", version = "4.4.1", description = "Player Analytics Plugin by Rsl1122", authors = {"Rsl1122"})
public class PlanSponge extends SpongePlugin implements PlanPlugin {

@Inject
Expand Down Expand Up @@ -114,7 +114,7 @@ public File getDataFolder() {

@Override
public String getVersion() {
return "4.4.0";
return getClass().getAnnotation(Plugin.class).version();
}

public SpongeSystem getSystem() {
Expand Down
2 changes: 1 addition & 1 deletion Plan/src/main/resources/bungee.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Plan
author: Rsl1122
main: com.djrapitops.plan.PlanBungee
version: 4.4.0
version: 4.4.1
2 changes: 1 addition & 1 deletion Plan/src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Plan
author: Rsl1122
main: com.djrapitops.plan.Plan
version: 4.4.0
version: 4.4.1
softdepend:
- EssentialsX
- Towny
Expand Down

0 comments on commit 38084be

Please sign in to comment.