Bump version to 1.7.0
This commit is contained in:
@@ -21,7 +21,7 @@ repositories {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation("com.infendro:hash:1.6.0")
|
implementation("com.infendro:hash:1.7.0")
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -31,6 +31,6 @@ dependencies {
|
|||||||
fun main() {
|
fun main() {
|
||||||
// hash some value using SHA-256
|
// hash some value using SHA-256
|
||||||
val value = "Hello World!".encodeToByteArray()
|
val value = "Hello World!".encodeToByteArray()
|
||||||
val hash = `SHA-256`.hash(value)
|
val hash = `SHA-256`().hash(value)
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ import com.infendro.plugin.token
|
|||||||
import org.jetbrains.kotlin.gradle.ExperimentalWasmDsl
|
import org.jetbrains.kotlin.gradle.ExperimentalWasmDsl
|
||||||
|
|
||||||
group = "com.infendro"
|
group = "com.infendro"
|
||||||
version = "1.6.0"
|
version = "1.7.0"
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
alias(libs.plugins.infendro)
|
alias(libs.plugins.infendro)
|
||||||
|
|||||||
Reference in New Issue
Block a user