Skip to content

Commit

Permalink
Bump plugins version 1.0.0 -> 1.0.2 (Must be 1.0.1 instead of 1.0.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
bivashy committed Sep 19, 2022
1 parent 66be05e commit b4a1055
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.ubivashka.limbo.NanoLimboBungee
name: NanoLimboBungee
version: 1.0.0
version: 1.0.2
author: "Ubivashka,Nan1t"
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import ru.nanit.limbo.server.CommandHandler;
import ru.nanit.limbo.server.LimboServer;

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

0 comments on commit b4a1055

Please sign in to comment.