1616![ badge-platform-watchos]
1717![ badge-platform-windows]
1818![ badge-support-android-native]
19- ![ badge-support-apple-silicon]
20- ![ badge-support-js-ir]
2119![ badge-support-linux-arm]
2220
2321Error handling and exception types for KotlinCrypto
@@ -40,16 +38,16 @@ The best way to keep `KotlinCrypto` dependencies up to date is by using the
4038``` kotlin
4139// build.gradle.kts
4240dependencies {
43- implementation(" org.kotlincrypto:error:0.3.0 " )
41+ implementation(" org.kotlincrypto:error:0.3.1 " )
4442}
4543```
4644
4745<!-- TAG_VERSION -->
48- [ badge-latest-release ] : https://img.shields.io/badge/latest--release-0.3.0 -blue.svg?style=flat
46+ [ badge-latest-release ] : https://img.shields.io/badge/latest--release-0.3.1 -blue.svg?style=flat
4947[ badge-license ] : https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat
5048
5149<!-- TAG_DEPENDENCIES -->
52- [ badge-kotlin ] : https://img.shields.io/badge/kotlin-2.1 .10-blue.svg?logo=kotlin
50+ [ badge-kotlin ] : https://img.shields.io/badge/kotlin-2.2 .10-blue.svg?logo=kotlin
5351
5452<!-- TAG_PLATFORMS -->
5553[ badge-platform-android ] : http://img.shields.io/badge/-android-6EDB8D.svg?style=flat
@@ -64,10 +62,7 @@ dependencies {
6462[ badge-platform-wasm ] : https://img.shields.io/badge/-wasm-624FE8.svg?style=flat
6563[ badge-platform-windows ] : http://img.shields.io/badge/-windows-4D76CD.svg?style=flat
6664[ badge-support-android-native ] : http://img.shields.io/badge/support-[AndroidNative]-6EDB8D.svg?style=flat
67- [ badge-support-apple-silicon ] : http://img.shields.io/badge/support-[AppleSilicon]-43BBFF.svg?style=flat
68- [ badge-support-js-ir ] : https://img.shields.io/badge/support-[js--IR]-AAC4E0.svg?style=flat
6965[ badge-support-linux-arm ] : http://img.shields.io/badge/support-[LinuxArm]-2D3F6C.svg?style=flat
70- [ badge-support-linux-mips ] : http://img.shields.io/badge/support-[LinuxMIPS]-2D3F6C.svg?style=flat
7166
7267[ url-latest-release ] : https://github.com/KotlinCrypto/error/releases/latest
7368[ url-license ] : https://www.apache.org/licenses/LICENSE-2.0.txt
0 commit comments