Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
Version Bump
  • Loading branch information
aless2003 authored Oct 15, 2023
1 parent 2ad3361 commit 2892b0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ plugins {
}

group = 'online.hatsunemiku'
version = '0.9.2'
version = '1.0.0'
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17

Expand Down Expand Up @@ -188,4 +188,4 @@ class MacInstallTask extends InstallTask {
macPackageIdentifier = "online.hatsunemiku.tachideskvaadinui"
macPackageName = "Tachidesk-VaadinUI"
}
}
}

0 comments on commit 2892b0a

Please sign in to comment.