Skip to content

Commit

Permalink
Version bump to 4.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
AuroraLS3 committed Aug 27, 2018
1 parent 86f99cb commit a21b91f
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 @@ -25,7 +25,7 @@
import java.io.File;
import java.io.InputStream;

@Plugin(id = "plan", name = "Plan", version = "4.4.4", description = "Player Analytics Plugin by Rsl1122", authors = {"Rsl1122"})
@Plugin(id = "plan", name = "Plan", version = "4.4.5", 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.4.4
version: 4.4.5
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.4
version: 4.4.5
softdepend:
- EssentialsX
- Towny
Expand Down

0 comments on commit a21b91f

Please sign in to comment.