Skip to content

Commit

Permalink
v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Fallen-Breath committed Oct 29, 2023
1 parent 1c791ab commit e65b086
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
velocity_api_version=3.2.0-SNAPSHOT
plugin_version=0.2.0
plugin_version=0.2.1
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ public class PluginMeta
{
public static final String ID = "velocitysimplepermission";
public static final String NAME = "VelocitySimplePermission";
public static final String VERSION = "0.2.0";
public static final String VERSION = "0.2.1";
}

0 comments on commit e65b086

Please sign in to comment.