diff --git a/README.md b/README.md index 208209a..7d76532 100644 --- a/README.md +++ b/README.md @@ -39,14 +39,14 @@ The best way to keep `KotlinCrypto` dependencies up to date is by using the ```kotlin // build.gradle.kts dependencies { - val vBitOps = "0.1.0" + val vBitOps = "0.1.0-SNAPSHOT" implementation("org.kotlincrypto.bitops:bits:$vBitOps") implementation("org.kotlincrypto.bitops:endian:$vBitOps") } ``` -[badge-latest-release]: https://img.shields.io/badge/latest--release-0.1.0-blue.svg?style=flat +[badge-latest-release]: https://img.shields.io/badge/latest--release-0.1.0--SNAPSHOT-blue.svg?style=flat [badge-license]: https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat diff --git a/library/bits/README.md b/library/bits/README.md index 39d9651..b900c9b 100644 --- a/library/bits/README.md +++ b/library/bits/README.md @@ -1,3 +1,3 @@ # Module bits -TODO +Utilities for working with bits & bytes.