Skip to content

Commit

Permalink
Prepare 0.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
05nelsonm committed Mar 7, 2023
1 parent 57e71f0 commit ffea418
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ class, it provides a simple API surface area. Under the hood it
utilizes system functions so that `SecureRandom` is accessible from
common code.

Heavily inspired by the [rust-random/getrandom][url-rust-random] crate
for the native Linux/Android implementation.
The Linux/Android implementation was Heavily inspired by the
[rust-random/getrandom][url-rust-random] crate.

### Example Usages

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ POM_DEVELOPER_ID=KotlinCrypto
POM_DEVELOPER_NAME=Kotlin Crypto
POM_DEVELOPER_URL=https://github.com/KotlinCrypto/

VERSION_NAME=0.1.0-SNAPSHOT
VERSION_NAME=0.1.0
# 0.1.0-alpha01 = 00 01 00 11
# 0.1.0-beta01 = 00 01 00 21
# 0.1.0-rc01 = 00 01 00 31
Expand Down

0 comments on commit ffea418

Please sign in to comment.