Skip to content

Commit bc90829

Browse files
Update README.md
1 parent bb230b9 commit bc90829

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ We provide some documentation on how to migrate your existing plugin to use the
3131
<dependency>
3232
<groupId>dev.simplix</groupId>
3333
<artifactId>protocolize-api</artifactId>
34-
<version>2.2.2</version>
3534
<version>2.2.3</version>
3635
<scope>provided</scope>
3736
</dependency>
@@ -45,7 +44,7 @@ repsitories {
4544
}
4645

4746
dependencies {
48-
compileOnly("dev.simplix:protocolize-api:2.2.2")
47+
compileOnly("dev.simplix:protocolize-api:2.2.3")
4948
}
5049
```
5150
### Install the plugin
@@ -57,7 +56,7 @@ Protocolize is shipped with it's default data module which adds support for the
5756
|--|--|
5857
| 1.8.x - 1.12.2 | ❌ (Only with [additional legacy module](https://ci.exceptionflug.de/job/Protocolize-Legacy-Data/)) |
5958
| 1.13 - 1.13.2 | ✔️ (Sounds only with [additional legacy module](https://ci.exceptionflug.de/job/Protocolize-Legacy-Data/)) |
60-
| 1.14 - 1.19.2 | ✔️ |
59+
| 1.14 - 1.19.3 | ✔️ |
6160

6261
Implemented packets by default:
6362

0 commit comments

Comments
 (0)