Skip to content

Commit

Permalink
Release 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
BartvHelvert committed Mar 21, 2021
1 parent 7785998 commit 98575af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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")
```
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 98575af

Please sign in to comment.