Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
russellbanks committed May 3, 2022
1 parent afa284d commit 597160a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group = "com.russellbanks"
version = "1.0.0"
version = "1.1.0"

repositories {
google()
Expand Down Expand Up @@ -54,7 +54,7 @@ compose.desktop {
modules("java.instrument", "jdk.unsupported")
javaHome = System.getenv("JDK_18")
packageName = "HashHash"
packageVersion = "1.0.0"
packageVersion = "1.1.0"
description = "A Multiplatform GUI for Hashing."
vendor = "Russell Banks"
licenseFile.set(project.file("src/main/resources/gpl-3.0.rst"))
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/components/dialogs/about/AboutScreen.kt
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ fun AboutScreen(
) {
LabelProjection(
contentModel = LabelContentModel(
text = "v1.0.0"
text = "v1.1.0"
)
).project()
LabelProjection(
Expand Down

0 comments on commit 597160a

Please sign in to comment.