Skip to content

Commit

Permalink
v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
russellbanks committed May 6, 2022
1 parent ccf040b commit 41fcc2d
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.1.1"
version = "1.1.2"

repositories {
google()
Expand Down Expand Up @@ -51,7 +51,7 @@ compose.desktop {
modules("java.instrument", "java.prefs", "jdk.unsupported")
javaHome = System.getenv("JDK_18")
packageName = "HashHash"
packageVersion = "1.1.1"
packageVersion = "1.1.2"
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/AboutDialog.kt
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ fun AboutDialog(
Column(horizontalAlignment = Alignment.CenterHorizontally) {
LabelProjection(
contentModel = LabelContentModel(
text = "v1.1.1"
text = "v1.1.2"
)
).project()
LabelProjection(
Expand Down

0 comments on commit 41fcc2d

Please sign in to comment.