Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ repositories {
}

dependencies {
implementation("com.eternalcode:multification-paper:1.2.3")
implementation("com.eternalcode:multification-paper:1.2.4")
}
```

Expand All @@ -70,7 +70,7 @@ repositories {
}

dependencies {
implementation("com.eternalcode:multification-bukkit:1.2.3")
implementation("com.eternalcode:multification-bukkit:1.2.4")
}
```

Expand Down Expand Up @@ -155,8 +155,8 @@ To use the Multification library with one of the configuration libraries, you ne
#### (CDN) 1. Add dependency to your `build.gradle` file:

```gradle
implementation("com.eternalcode:multification-cdn:1.1.4")
implementation("net.dzikoysk:cdn:1.14.5")
implementation("com.eternalcode:multification-cdn:1.2.4")
implementation("net.dzikoysk:cdn:1.14.9")
```

#### (CDN) 2. Create configuration class:
Expand Down Expand Up @@ -197,7 +197,7 @@ CDN! [example plugin](https://github.com/EternalCodeTeam/multification/tree/mast
#### (Okaeri) 1. Add the following dependency to your `build.gradle` file:

```gradle
implementation("com.eternalcode:multification-okaeri:1.1.4")
implementation("com.eternalcode:multification-okaeri:1.2.4")
```

Probably also you will need to add additional dependencies for your platform, e.g. :
Expand Down
Loading