Skip to content

Commit

Permalink
Prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
05nelsonm committed Mar 19, 2024
1 parent 31f676a commit 303d323
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# CHANGELOG

## Version 0.5.1 (2024-03-18)
## Version 0.5.1 (2024-03-19)
- Updates `kotlincrypto.core` to `0.5.1` [[#46]][46]
- Updates `kotlincrypto.endians` to `0.3.0` [[#46]][46]
- Updates `kotlincrypto.sponges` to `0.3.0` [[#46]][46]
- Updates `kotlincrypto.hash` to `0.5.1` [[#46]][46]
- Updates `kotlin` to `1.9.23` [[#46]][46]
- Add experimental support for `wasmJs` & `wasmWasi` [[#46]][46]
- Add support for Java9 `JPMS` via Multi-Release jar [[#47]][47]
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ POM_DEVELOPER_ID=KotlinCrypto
POM_DEVELOPER_NAME=Kotlin Crypto
POM_DEVELOPER_URL=https://github.com/KotlinCrypto/

VERSION_NAME=0.5.1
VERSION_NAME=0.5.2-SNAPSHOT
# 0.1.0-alpha01 = 00 01 00 11
# 0.1.0-beta01 = 00 01 00 21
# 0.1.0-rc01 = 00 01 00 31
# 0.1.0 = 00 01 00 99
# 1.1.0 = 01 01 00 99
VERSION_CODE=50199
VERSION_CODE=50299

0 comments on commit 303d323

Please sign in to comment.