Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasstarsz committed Aug 3, 2024
1 parent ee34552 commit c5bd7cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.3"
version = "0.0.4"

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

val os: OperatingSystem = DefaultNativePlatform.getCurrentOperatingSystem()
if (os.isMacOsX) {
version = "1.0.3"
version = "1.0.4"
}

// Packaging & Distribution
Expand Down

0 comments on commit c5bd7cd

Please sign in to comment.