Skip to content

Commit a4bb970

Browse files
Bump version to 2.0.1 in authenticator modules (#62)
Updated the `defaultVersion` to 2.0.1 in the `gradle.properties` files for both `mifos-authenticator-passcode` and `mifos-authenticator-biometrics` modules.
1 parent f77fd91 commit a4bb970

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

mifos-authenticator-biometrics/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ org.gradle.configureondemand=false
1717
org.gradle.caching=true
1818

1919
mavenGroup=io.github.openmf
20-
defaultVersion=2.0.0
20+
defaultVersion=2.0.1
2121
desc=Kotlin Multiplatform library that provides a unified API for biometric authentication (e.g., fingerprint, face ID) and device credentials (e.g., PIN, password) across Android, iOS, Desktop and Web platforms. It simplifies the process of integrating platform-specific authentication mechanisms into your application, allowing you to write a single codebase for user authentication.
2222
license=MIT License
2323
creationYear=2026

mifos-authenticator-passcode/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ org.gradle.configureondemand=false
1717
org.gradle.caching=true
1818

1919
mavenGroup=io.github.openmf
20-
defaultVersion=2.0.0
20+
defaultVersion=2.0.1
2121
desc=Kotlin Multiplatform passcode authentication library providing UI and logic for passcode creation, verification, and management across Android, iOS, Desktop, and Web using Compose Multiplatform.
2222
license=MIT License
2323
creationYear=2026

0 commit comments

Comments
 (0)