Skip to content

Commit

Permalink
release/v1.2.0 (#159)
Browse files Browse the repository at this point in the history
* Increment annotation version to 1.2.0

* Increment version to 1.2.0
  • Loading branch information
hizumiaoba authored Jan 14, 2025
1 parent 2d46ca2 commit 8e451d4
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.1.0"
version = "1.2.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 = 1, patch = 0, suffix = Suffix.NONE)
@Version(major = 1, minor = 2, patch = 0, suffix = Suffix.NONE)
public class MineCraftTimeMachineApplication extends Application {

@Override
Expand Down

0 comments on commit 8e451d4

Please sign in to comment.