Skip to content

Commit e5bf773

Browse files
committed
1.16.2 Support
1 parent 79999a1 commit e5bf773

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

CombatPlus.iml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
</content>
2222
<orderEntry type="inheritedJdk" />
2323
<orderEntry type="sourceFolder" forTests="false" />
24-
<orderEntry type="library" scope="PROVIDED" name="Maven: org.spigotmc:spigot-api:1.16.1-R0.1-SNAPSHOT" level="project" />
24+
<orderEntry type="library" scope="PROVIDED" name="Maven: org.spigotmc:spigot-api:1.16.2-R0.1-SNAPSHOT" level="project" />
2525
<orderEntry type="library" scope="PROVIDED" name="Maven: commons-lang:commons-lang:2.6" level="project" />
2626
<orderEntry type="library" scope="PROVIDED" name="Maven: com.google.guava:guava:21.0" level="project" />
2727
<orderEntry type="library" scope="PROVIDED" name="Maven: com.google.code.gson:gson:2.8.0" level="project" />

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>me.nik</groupId>
88
<artifactId>CombatPlus</artifactId>
9-
<version>1.5.1</version>
9+
<version>1.5.2</version>
1010
<packaging>jar</packaging>
1111

1212
<name>CombatPlus</name>
@@ -79,7 +79,7 @@
7979
<dependency>
8080
<groupId>org.spigotmc</groupId>
8181
<artifactId>spigot-api</artifactId>
82-
<version>1.16.1-R0.1-SNAPSHOT</version>
82+
<version>1.16.2-R0.1-SNAPSHOT</version>
8383
<scope>provided</scope>
8484
</dependency>
8585

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.1
1+
1.5.2

0 commit comments

Comments
 (0)