Skip to content

Commit

Permalink
bump to version 0.0.3 (1.0.3 macOS)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasstarsz committed Jul 27, 2024
1 parent 4bdd266 commit 612855d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ plugins {
}

group = "org.lucasstarsz"
version = "0.0.2"
version = "0.0.3"

repositories {
mavenCentral()
Expand Down Expand Up @@ -59,7 +59,9 @@ tasks.named<Test>("test") {
}

val os: OperatingSystem = DefaultNativePlatform.getCurrentOperatingSystem()

if (os.isMacOsX) {
version = "1.0.3"
}

// Packaging & Distribution
val distributionName = "FXDex ${version}"
Expand All @@ -80,7 +82,7 @@ jlink {
if (!skipInstaller) {
installerOptions.addAll(
listOf(
"--description", project.description as String,
"--description", project.description,
"--vendor", project.group as String,
"--app-version", project.version as String
)
Expand Down

0 comments on commit 612855d

Please sign in to comment.