Skip to content

Commit

Permalink
Merge pull request #191 from theSimpleCloud/dev/2.0
Browse files Browse the repository at this point in the history
2.8.1 (hotfix)
  • Loading branch information
FllipEis authored Oct 6, 2024
2 parents 85f4c8d + b71a658 commit 40115d8
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ plugins {
allprojects {

group 'eu.thesimplecloud.simplecloud'
version '2.8.0'
version '2.8.1'

repositories {
mavenCentral()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ author: D151l

main: eu.thesimplecloud.module.npc.plugin.NPCPlugin

depend: [ SimpleCloud-Plugin ]
depend: [SimpleCloud-Plugin]

api-version: 1.21
api-version: 1.13
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ author: Wetterbericht

main: eu.thesimplecloud.module.permission.service.spigot.SpigotPluginMain

depend: [ SimpleCloud-Plugin ]
depend: [SimpleCloud-Plugin]

api-version: 1.21
api-version: 1.13

commands:
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ author: Wetterbericht

main: eu.thesimplecloud.module.sign.service.BukkitPluginMain

depend: [ SimpleCloud-Plugin ]
depend: [SimpleCloud-Plugin]

api-version: 1.21
api-version: 1.13

commands:
cloudsigns:
Expand Down
2 changes: 1 addition & 1 deletion simplecloud-plugin/src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ author: Wetterbericht

main: eu.thesimplecloud.plugin.server.CloudSpigotPlugin

api-version: 1.21
api-version: 1.13

commands:

0 comments on commit 40115d8

Please sign in to comment.