Skip to content

Commit 183f9e8

Browse files
committed
Updated readme.md.
Signed-off-by: Pavel Erokhin (MairwunNx) <[email protected]>
1 parent 205cdc4 commit 183f9e8

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

readme.md

+6-8
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,9 @@
66
[![ktlint](https://img.shields.io/badge/code%20style-%E2%9D%A4-FF4081.svg)](https://ktlint.github.io/)
77
[![Telegram Group](https://img.shields.io/badge/Telegram-Group-blue.svg)](https://t.me/minecraftforge)
88

9-
> ## Permissions API for Forge mods.
9+
> ## Permissions API for Forge mods. ❗❗❗
1010
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`.
1412

1513
## 🧐 Install using Gradle (for developers):
1614
> ##### If your project uses Gradle as Build Tool, then use the code below to add dependencies:
@@ -24,7 +22,7 @@ dependencies {
2422
compile(
2523
group: "com.github.projectessentials",
2624
name: "ProjectEssentials-Permissions",
27-
version: "v1.14.4-0.2.0.0"
25+
version: "v1.14.4-1.0.0.0"
2826
)
2927
}
3028
```
@@ -43,7 +41,7 @@ dependencies {
4341
<dependency>
4442
<groupId>com.github.projectessentials</groupId>
4543
<artifactId>ProjectEssentials-Permissions</artifactId>
46-
<version>v1.14.4-0.2.0.0</version>
44+
<version>v1.14.4-1.0.0.0</version>
4745
</dependency>
4846
```
4947

@@ -66,8 +64,8 @@ dependencies {
6664

6765
```
6866
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
7169
- target jvm version: 1.8
7270
```
7371

0 commit comments

Comments
 (0)