Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
LoneDev6 committed Feb 15, 2024
1 parent 73125e9 commit b934590
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 @@ -6,7 +6,7 @@

<groupId>BungeePackFix</groupId>
<artifactId>BungeePackFix</artifactId>
<version>1.1.5</version>
<version>1.1.6-beta1</version>
<packaging>jar</packaging>

<name>BungeePackFix</name>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/dev/lone/bungeepackfix/velocity/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
@Plugin(
id = "bungeepackfix",
name = "BungeePackFix (Velocity)",
version = "1.1.5-beta-1",
version = "1.1.6-beta1",
description = "Avoid sending resourcepacks again if it's the same resourcepack. Useful when you switch servers.", authors = {"LoneDev", "YoSoyVillaa"}
)
public class Main
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/bungee.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: BungeePackFix
version: '1.1.5-beta-1'
version: '1.1.6-beta-1'
main: dev.lone.bungeepackfix.bungee.Main
author: LoneDev
description: Avoid sending resourcepacks again if it's the same resourcepack. Useful when you switch servers.

0 comments on commit b934590

Please sign in to comment.