Skip to content

Commit

Permalink
Version support
Browse files Browse the repository at this point in the history
Added support for 1.15 and 1.16
  • Loading branch information
JustinDevB committed Nov 24, 2021
1 parent 3739460 commit 6730d34
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ main: ${mainClass}
version: ${project.version}
author: ${author}
depend: [AdvancedReplay, Vulcan]
api-version: 1.17
api-version: 1.13
2 changes: 1 addition & 1 deletion target/classes/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ main: me.justindevb.VulcanReplay.VulcanReplay
version: 1.2
author: JustinDevB
depend: [AdvancedReplay, Vulcan]
api-version: 1.17
api-version: 1.13
2 changes: 1 addition & 1 deletion target/maven-archiver/pom.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Generated by Maven
#Tue Nov 23 22:32:13 CST 2021
#Wed Nov 24 08:52:18 CST 2021
groupId=me.justindevb
artifactId=VulcanReplay
version=1.2
Binary file modified target/original-VulcanReplay-1.2.jar
Binary file not shown.

0 comments on commit 6730d34

Please sign in to comment.