Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bivashy committed Oct 1, 2023
1 parent 2ed12a8 commit abcf0d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bungee/src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
main: com.bivashy.limbo.NanoLimboBungee
name: NanoLimboBungee
version: 1.0.6
version: 1.0.7
author: "bivashy, Nan1t"
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import ua.nanit.limbo.server.CommandHandler;
import ua.nanit.limbo.server.LimboServer;

@Plugin(id = "nanolimbovelocity", name = "NanoLimboVelocity", version = "1.0.6", authors = "bivashy, Nan1t")
@Plugin(id = "nanolimbovelocity", name = "NanoLimboVelocity", version = "1.0.7", authors = "bivashy, Nan1t")
public class NanoLimboVelocity {
static {
NanoLimbo.class.getName(); // For preventing shadow jar minimizing
Expand Down

0 comments on commit abcf0d3

Please sign in to comment.