Skip to content

Commit

Permalink
Merge pull request #137 from hizumiaoba/release/v1.1.0
Browse files Browse the repository at this point in the history
Release v1.1.0
  • Loading branch information
hizumiaoba authored Oct 26, 2024
2 parents 60c0263 + f6bd245 commit 31045cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins {
}

group = "io.github.hizumiaoba"
version = "1.0.1"
version = "1.1.0"

java {
sourceCompatibility = JavaVersion.VERSION_17
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import lombok.extern.slf4j.Slf4j;

@Slf4j
@Version(major = 1, minor = 0, patch = 1, suffix = Suffix.NONE)
@Version(major = 1, minor = 1, patch = 0, suffix = Suffix.NONE)
public class MineCraftTimeMachineApplication extends Application {

@Override
Expand Down

0 comments on commit 31045cf

Please sign in to comment.