Skip to content

Commit ffea418

Browse files
committed
Prepare 0.1.0 release
1 parent 57e71f0 commit ffea418

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ class, it provides a simple API surface area. Under the hood it
3030
utilizes system functions so that `SecureRandom` is accessible from
3131
common code.
3232

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

3636
### Example Usages
3737

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ POM_DEVELOPER_ID=KotlinCrypto
2929
POM_DEVELOPER_NAME=Kotlin Crypto
3030
POM_DEVELOPER_URL=https://github.com/KotlinCrypto/
3131

32-
VERSION_NAME=0.1.0-SNAPSHOT
32+
VERSION_NAME=0.1.0
3333
# 0.1.0-alpha01 = 00 01 00 11
3434
# 0.1.0-beta01 = 00 01 00 21
3535
# 0.1.0-rc01 = 00 01 00 31

0 commit comments

Comments
 (0)