From d92a3bf94b97a03417222ac34c0e7fb4dd219bdd Mon Sep 17 00:00:00 2001 From: Matthew Nelson Date: Tue, 7 Jan 2025 09:34:39 -0500 Subject: [PATCH] Update README(s) --- README.md | 4 ++-- library/bits/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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.