Skip to content

Commit

Permalink
bump major version
Browse files Browse the repository at this point in the history
The end user experience is now split into separate jars and is a breaking change from before
  • Loading branch information
rheimus committed Jan 24, 2025
1 parent 685a638 commit ed09c64
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.1"
version = "5.0.0"

repositories {
mavenCentral()
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.1"
version = "5.0.0"

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion build-shared/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repositories {
}

group = ss_group
version = "4.3.1"
version = "5.0.0"

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

0 comments on commit ed09c64

Please sign in to comment.