Skip to content

Commit

Permalink
#606 Updated to release version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shynixn committed Aug 30, 2024
1 parent 177a2fc commit 7251d7d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
}

group = "com.github.shynixn"
version = "9.12.0"
version = "9.13.0"

repositories {
mavenCentral()
Expand Down
6 changes: 3 additions & 3 deletions src/main/resources/lang/en_us.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ petCalledMessage=[&9PetBlocks&f] Pet with name %1$1s has been called.
petSpawnedMessage=[&9PetBlocks&f] Pet with name %1$1s has been spawned.
petDespawnedMessage=[&9PetBlocks&f] Pet with name %1$1s has been removed.
visibilityTypeNotFoundMessage=[&9PetBlocks&f] &cOnly the visibility types %1$1s are supported.
visibilityChangedMessage=[&9PetBlocks&f] The visibility of pet has been changed to %1$1s.
petSkinTypeChangedMessage=[&9PetBlocks&f] The skinType of pet has been changed.
petSkinNbtChanged=[&9PetBlocks&f] The skin of pet has been changed.
visibilityChangedMessage=[&9PetBlocks&f] The visibility of the pet has been changed to %1$1s.
petSkinTypeChangedMessage=[&9PetBlocks&f] The skinType of the pet has been changed.
petSkinNbtChanged=[&9PetBlocks&f] The skin of the pet has been changed.
petSkinTypeNotFound=[&9PetBlocks&f] &cMaterial %1$1s not found.
petListMessage=[&9PetBlocks&f] Count: %1$1d Names: %2$1s
petRideMessage=[&9PetBlocks&f] Started riding pet.
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/plugin-legacy.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: PetBlocks
version: 9.12.0
version: 9.13.0
author: Shynixn
main: com.github.shynixn.petblocks.PetBlocksPlugin
softdepend: [ PlaceholderAPI, HeadDatabase]
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: PetBlocks
version: 9.12.0
version: 9.13.0
author: Shynixn
main: com.github.shynixn.petblocks.PetBlocksPlugin
softdepend: [ PlaceholderAPI, HeadDatabase]
Expand Down

0 comments on commit 7251d7d

Please sign in to comment.