Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
justADeni committed Oct 12, 2023
1 parent 05a4d4f commit 1db266a
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion jitpack.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
install:
- FILE="-Dfile=target/StandAPI-1.5.jar"
- FILE="-Dfile=target/StandAPI-1.6.jar"
- mvn install:install-file $FILE -DgroupId=com.github.justadeni -DartifactId=StandAPI -Dversion=1.2 -Dpackaging=jar -DgeneratePom=true
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>com.github.justadeni</groupId>
<artifactId>StandAPI</artifactId>
<version>1.5</version>
<version>1.6</version>
<packaging>jar</packaging>

<name>StandAPI</name>
Expand Down
3 changes: 0 additions & 3 deletions src/main/java/com/github/justadeni/standapi/StandAPI.kt
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,8 @@ import com.github.justadeni.standapi.attachment.client.PlayerRotMoveListener
import com.github.justadeni.standapi.attachment.server.*
import com.github.justadeni.standapi.event.UseEntityListener
import com.github.justadeni.standapi.storage.Saver
import com.github.justadeni.standapi.testing.TabComplete
import com.github.justadeni.standapi.testing.Command
import com.github.shynixn.mccoroutine.bukkit.*
import org.bukkit.Bukkit
import org.bukkit.Location
import org.bukkit.plugin.java.JavaPlugin
import org.spigotmc.SpigotWorldConfig
import java.util.*
Expand Down
Binary file renamed target/StandAPI-1.5.jar → target/StandAPI-1.6.jar
Binary file not shown.

0 comments on commit 1db266a

Please sign in to comment.