Skip to content

Commit

Permalink
Version bump to 4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AuroraLS3 committed May 24, 2018
1 parent f3f14fd commit 60a68b3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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.3.0", description = "Player Analytics Plugin by Rsl1122", authors = {"Rsl1122"})
@Plugin(id = "plan", name = "Plan", version = "4.3.1", description = "Player Analytics Plugin by Rsl1122", authors = {"Rsl1122"})
public class PlanSponge extends SpongePlugin implements PlanPlugin {

@Inject
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.3.0
version: 4.3.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.3.0
version: 4.3.1
softdepend:
- EssentialsX
- Towny
Expand Down

0 comments on commit 60a68b3

Please sign in to comment.