Skip to content

Commit 15c014c

Browse files
committed
.
1 parent 1ccd573 commit 15c014c

19 files changed

Lines changed: 42 additions & 42 deletions

File tree

AdventureAPI/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
}
44

55
group = 'me.devtec.theapi.loaders'
6-
version = '13.6.5'
6+
version = '13.6.7'
77

88
sourceCompatibility = '1.8'
99
targetCompatibility = '1.8'

BungeeAPI/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
}
44

55
group = 'me.devtec.theapi.loaders'
6-
version = '13.6.5'
6+
version = '13.6.7'
77

88
sourceCompatibility = '1.8'
99
targetCompatibility = '1.8'

Loader-Bukkit-Legacy/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
}
44

55
group = 'me.devtec.theapi.loaders'
6-
version = '13.6.5'
6+
version = '13.6.7'
77

88
sourceCompatibility = '1.8'
99
targetCompatibility = '1.8'

Loader-Bukkit/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
}
44

55
group = 'me.devtec.theapi.loaders'
6-
version = '13.6.5'
6+
version = '13.6.7'
77

88
sourceCompatibility = '1.8'
99
targetCompatibility = '1.8'

Loader-Bungee/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
}
44

55
group = 'me.devtec.theapi.loaders'
6-
version = '13.6.5'
6+
version = '13.6.7'
77

88
sourceCompatibility = '1.8'
99
targetCompatibility = '1.8'

Loader-Velocity/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
}
44

55
group = 'me.devtec.theapi.loaders'
6-
version = '13.6.5'
6+
version = '13.6.7'
77

88
sourceCompatibility = '17'
99
targetCompatibility = '17'

Loader-Velocity/src/main/java/me/devtec/theapi/velocity/VelocityLoader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
import me.devtec.theapi.velocity.commands.selectors.VelocitySelectorUtils;
3939
import net.kyori.adventure.text.Component;
4040

41-
@Plugin(id = "theapi", name = "TheAPI", version = "13.6.5", authors = { "DevTec",
41+
@Plugin(id = "theapi", name = "TheAPI", version = "13.6.7", authors = { "DevTec",
4242
"Straikerinos" }, url = "https://www.spigotmc.org/resources/72679/")
4343
public class VelocityLoader {
4444

NmsProvider - 1.12.R1/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
}
44

55
group = 'me.devtec.theapi.nmsproviders'
6-
version = '13.6.5'
6+
version = '13.6.7'
77

88
repositories {
99
mavenCentral()
@@ -13,8 +13,8 @@ repositories {
1313
dependencies {
1414
compileOnly files("$projectDir/lib/paper-1.12.2.jar")
1515

16-
compileOnly 'com.github.TheDevTec.TheAPI:Loader-Bukkit:13.6.5'
17-
compileOnly 'com.github.TheDevTec:TheAPI-Shared:13.6.5'
16+
compileOnly 'com.github.TheDevTec.TheAPI:Loader-Bukkit:13.6.7'
17+
compileOnly 'com.github.TheDevTec:TheAPI-Shared:13.6.7'
1818
}
1919

2020
java {

NmsProvider - 1.16.R3/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
}
44

55
group = 'me.devtec.theapi.nmsproviders'
6-
version = '13.6.5'
6+
version = '13.6.7'
77

88
repositories {
99
mavenCentral()
@@ -13,8 +13,8 @@ repositories {
1313
dependencies {
1414
compileOnly files("$projectDir/lib/paper-1.16.5.jar")
1515

16-
compileOnly 'com.github.TheDevTec.TheAPI:Loader-Bukkit:13.6.5'
17-
compileOnly 'com.github.TheDevTec:TheAPI-Shared:13.6.5'
16+
compileOnly 'com.github.TheDevTec.TheAPI:Loader-Bukkit:13.6.7'
17+
compileOnly 'com.github.TheDevTec:TheAPI-Shared:13.6.7'
1818
}
1919

2020
java {

NmsProvider - 1.17.1/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
}
44

55
group = 'me.devtec.theapi.nmsproviders'
6-
version = '13.6.5'
6+
version = '13.6.7'
77

88
repositories {
99
mavenCentral()
@@ -13,8 +13,8 @@ repositories {
1313
dependencies {
1414
compileOnly files("$projectDir/lib/paper-1.17.1.jar")
1515

16-
compileOnly 'com.github.TheDevTec.TheAPI:Loader-Bukkit:13.6.5'
17-
compileOnly 'com.github.TheDevTec:TheAPI-Shared:13.6.5'
16+
compileOnly 'com.github.TheDevTec.TheAPI:Loader-Bukkit:13.6.7'
17+
compileOnly 'com.github.TheDevTec:TheAPI-Shared:13.6.7'
1818
}
1919

2020
java {

0 commit comments

Comments
 (0)