Skip to content

Commit

Permalink
bump minor versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rheimus committed Jan 22, 2025
1 parent 3424d2c commit 6604f2c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build-gui/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = ss_group
version = '4.3.0'
version = '4.3.1'

application {
mainClass = ss_main_class
Expand Down
2 changes: 1 addition & 1 deletion build-server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group = ss_group
version = '4.3.0'
version = '4.3.1'

application {
mainClass = ss_main_class
Expand Down
2 changes: 1 addition & 1 deletion build-shared/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repositories {
}

group = ss_group
version = "4.3.0"
version = "4.3.1"

dependencies {
implementation 'com.eclipsesource.minimal-json:minimal-json:0.9.5'
Expand Down

0 comments on commit 6604f2c

Please sign in to comment.