Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Commit

Permalink
Changing version
Browse files Browse the repository at this point in the history
  • Loading branch information
mjovanc committed Aug 13, 2023
1 parent 8dc2c55 commit 49935fd
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion kryptokrona-crypto/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ plugins {
}

group = "org.kryptokrona.sdk"
version = "0.3.0"
version = "0.4.0"

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion kryptokrona-node/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ plugins {
application
}

version = "0.3.0"
version = "0.4.0"

java {
withJavadocJar()
Expand Down
2 changes: 1 addition & 1 deletion kryptokrona-service/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ plugins {
application
}

version = "0.3.0"
version = "0.4.0"

java {
withJavadocJar()
Expand Down
2 changes: 1 addition & 1 deletion kryptokrona-util/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugins {
}

group = "org.kryptokrona.sdk"
version = "0.3.0"
version = "0.4.0"

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion kryptokrona-wallet/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins {
id("org.jetbrains.kotlinx.kover") version "0.7.3"
}

version = "0.3.0"
version = "0.4.0"

java {
withJavadocJar()
Expand Down
2 changes: 1 addition & 1 deletion kryptokrona-walletapi/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ plugins {
id("org.jetbrains.kotlinx.kover") version "0.7.3"
}

version = "0.3.0"
version = "0.4.0"

java {
withJavadocJar()
Expand Down

0 comments on commit 49935fd

Please sign in to comment.