From 98575af7de37e7f551e5be03e70db4514318f357 Mon Sep 17 00:00:00 2001 From: Bart van Helvert Date: Sun, 21 Mar 2021 11:20:58 +0100 Subject: [PATCH] Release 0.1.4 --- README.md | 2 +- build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 20883d3..3a6e4a9 100644 --- a/README.md +++ b/README.md @@ -11,5 +11,5 @@ provides reading and writing with bit granularity. ### Gradle ```Kotlin -implementation(group = "io.guthix", name = "jagex-bytebuf", version = "0.1.3") +implementation(group = "io.guthix", name = "jagex-bytebuf", version = "0.1.4") ``` \ No newline at end of file diff --git a/build.gradle.kts b/build.gradle.kts index 2f5b062..cf1448b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -10,7 +10,7 @@ plugins { } group = "io.guthix" -version = "0.1.3" +version = "0.1.4" description = "A Netty ByteBuf extension library for RuneTek obfuscated buffers" val repoUrl = "https://github.com/guthix/Jagex-ByteBuf"