Skip to content

Commit f2aa3f8

Browse files
committed
Update README.md for 3.1.0
1 parent fc6b625 commit f2aa3f8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ This Kotlin library contains common utilities used by likespro. Explore document
4747
## Quickstart
4848
With Gradle, in `dependencies {}` block
4949
```kotlin
50-
implementation("io.github.likespro:commons-core:3.0.0") // Core features of the library - EncodableResult, .toHex, etc.
51-
implementation("io.github.likespro:commons-network:3.0.0") // Network features - HTTP Utils, DNS Utils, etc.
52-
implementation("io.github.likespro:commons-reflection:3.0.0") // Java/Kotlin Reflection features - Object Encoding, .boxed(), getType(), etc.
53-
implementation("io.github.likespro:commons-security:3.0.0") // Security features - Hash Utils, Encrpyting, etc.
50+
implementation("io.github.likespro:commons-core:3.1.0") // Core features of the library - EncodableResult, .toHex, etc.
51+
implementation("io.github.likespro:commons-network:3.1.0") // Network features - HTTP Utils, DNS Utils, etc.
52+
implementation("io.github.likespro:commons-reflection:3.1.0") // Java/Kotlin Reflection features - Object Encoding, .boxed(), getType(), etc.
53+
implementation("io.github.likespro:commons-security:3.1.0") // Security features - Hash Utils, Encrpyting, etc.
5454
```
5555

5656
## ⚠️ Note

0 commit comments

Comments
 (0)