6
6
[ ![ ktlint] ( https://img.shields.io/badge/code%20style-%E2%9D%A4-FF4081.svg )] ( https://ktlint.github.io/ )
7
7
[ ![ Telegram Group] ( https://img.shields.io/badge/Telegram-Group-blue.svg )] ( https://t.me/minecraftforge )
8
8
9
- > ## Permissions API for Forge mods.
9
+ > ## Permissions API for Forge mods. ❗❗❗
10
10
11
- > #### CURRENTLY UNSTABLE VERSION ❗❗❗
12
-
13
- #### ❗ Compatibility with forge version ` 28.0.X ` .
11
+ #### Compatibility with forge version ` 28.0.X ` and ` 28.1.X ` .
14
12
15
13
## 🧐 Install using Gradle (for developers):
16
14
> ##### If your project uses Gradle as Build Tool, then use the code below to add dependencies:
@@ -24,7 +22,7 @@ dependencies {
24
22
compile(
25
23
group: "com.github.projectessentials",
26
24
name: "ProjectEssentials-Permissions",
27
- version: "v1.14.4-0.2 .0.0"
25
+ version: "v1.14.4-1.0 .0.0"
28
26
)
29
27
}
30
28
```
@@ -43,7 +41,7 @@ dependencies {
43
41
<dependency >
44
42
<groupId >com.github.projectessentials</groupId >
45
43
<artifactId >ProjectEssentials-Permissions</artifactId >
46
- <version >v1.14.4-0.2 .0.0</version >
44
+ <version >v1.14.4-1.0 .0.0</version >
47
45
</dependency >
48
46
```
49
47
@@ -66,8 +64,8 @@ dependencies {
66
64
67
65
```
68
66
Additional information:
69
- - kotlin-std lib version: 1.3.50
70
- - kotlinx serialization version: 0.12 .0
67
+ - kotlin-std lib version: 1.3.60
68
+ - kotlinx serialization version: 0.14 .0
71
69
- target jvm version: 1.8
72
70
```
73
71
0 commit comments