Skip to content

Commit

Permalink
Release Version 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JustBru00 committed Apr 9, 2024
1 parent 6702489 commit 84e5eac
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 @@ -5,7 +5,7 @@

<groupId>com.andurilunlogic</groupId>
<artifactId>flyspeed</artifactId>
<version>2.2-RC1</version>
<version>2.2</version>
<packaging>jar</packaging>

<name>flyspeed</name>
Expand Down
1 change: 0 additions & 1 deletion src/com/andurilunlogic/flyspeed/FlySpeedPlugin.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ public void onEnable() {
flightEnabled = color(getConfig().getString("flight-enabled"));
flightDisabled = color(getConfig().getString("flight-disabled"));

// TODO Announce plugin enabled
}

@Override
Expand Down
3 changes: 2 additions & 1 deletion src/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
main: com.andurilunlogic.flyspeed.FlySpeedPlugin
name: FlySpeed
version: 2.2-RC1
version: 2.2
authors: [AndurilUnlogic, JustBru00]
description: A simple plugin to change your fly and walkspeed.
api-version: 1.20

commands:
fly:
Expand Down

0 comments on commit 84e5eac

Please sign in to comment.