From 361692a49f3774e2b05353494826f0ceaeabc9a8 Mon Sep 17 00:00:00 2001 From: Jakubk15 <77227023+Jakubk15@users.noreply.github.com> Date: Fri, 19 Jun 2026 20:14:49 +0200 Subject: [PATCH] docs: Update README dependency versions to 1.2.4 Bump multification-paper/bukkit/cdn/okaeri examples from 1.2.3/1.1.4 to the latest stable release 1.2.4, and align the net.dzikoysk:cdn version with what the project builds against (1.14.9). Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_01ErZ6cWq2LVW35c7JA8S13C --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b980833..6edbb27 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ repositories { } dependencies { - implementation("com.eternalcode:multification-paper:1.2.3") + implementation("com.eternalcode:multification-paper:1.2.4") } ``` @@ -70,7 +70,7 @@ repositories { } dependencies { - implementation("com.eternalcode:multification-bukkit:1.2.3") + implementation("com.eternalcode:multification-bukkit:1.2.4") } ``` @@ -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: @@ -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. :