Skip to content

Commit e4e4bdf

Browse files
committed
changed build paper version to 1.21.10
1 parent cea8b38 commit e4e4bdf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ SmartMobs - это инновационный плагин для Minecraft, к
5555

5656
## ⚙️ Технические характеристики
5757

58-
- **Версия Minecraft**: 1.21.8
58+
- **Версия Minecraft**: 1.21.10
5959
- **Платформа**: Paper
6060
- **API версия**: 1.21
6161
- **Лицензия**: MIT

build.gradle

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

55
group = 'com.flyaway.smartmobs'
6-
version = '1.2.0'
6+
version = '1.3.0'
77

88
java {
99
toolchain {
@@ -20,7 +20,7 @@ repositories {
2020
}
2121

2222
dependencies {
23-
compileOnly 'io.papermc.paper:paper-api:1.21.8-R0.1-SNAPSHOT'
23+
compileOnly 'io.papermc.paper:paper-api:1.21.10-R0.1-SNAPSHOT'
2424
}
2525

2626
tasks.jar {

0 commit comments

Comments
 (0)