File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
- ## Version 0.1.0 (2025-01-15 )
3
+ ## Version 0.1.0 (2025-01-13 )
4
4
- Initial Release
Original file line number Diff line number Diff line change @@ -39,14 +39,14 @@ The best way to keep `KotlinCrypto` dependencies up to date is by using the
39
39
``` kotlin
40
40
// build.gradle.kts
41
41
dependencies {
42
- val vBitOps = " 0.1.0-SNAPSHOT "
42
+ val vBitOps = " 0.1.0"
43
43
implementation(" org.kotlincrypto.bitops:bits:$vBitOps " )
44
44
implementation(" org.kotlincrypto.bitops:endian:$vBitOps " )
45
45
}
46
46
```
47
47
48
48
<!-- TAG_VERSION -->
49
- [ badge-latest-release ] : https://img.shields.io/badge/latest--release-0.1.0--SNAPSHOT- blue.svg?style=flat
49
+ [ badge-latest-release ] : https://img.shields.io/badge/latest--release-0.1.0-blue.svg?style=flat
50
50
[ badge-license ] : https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat
51
51
52
52
<!-- TAG_DEPENDENCIES -->
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ POM_DEVELOPER_ID=KotlinCrypto
27
27
POM_DEVELOPER_NAME =Kotlin Crypto
28
28
POM_DEVELOPER_URL =https://github.com/KotlinCrypto/
29
29
30
- VERSION_NAME =0.1.0-SNAPSHOT
30
+ VERSION_NAME =0.1.0
31
31
# 0.1.0-alpha01 = 00 01 00 11
32
32
# 0.1.0-beta01 = 00 01 00 21
33
33
# 0.1.0-rc01 = 00 01 00 31
You can’t perform that action at this time.
0 commit comments