Skip to content

Commit

Permalink
[ANY] 3.0.6 stable
Browse files Browse the repository at this point in the history
  • Loading branch information
gravit0 committed Mar 14, 2024
1 parent f0416f5 commit ba83302
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ javafx {
sourceCompatibility = '17'
targetCompatibility = '17'
group 'pro.gravit.launcher'
version '3.0.5'
version '3.0.6'
def mainClassName = "pro.gravit.launcher.client.JavaRuntimeModule"

task sourcesJar(type: Jar) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public class JavaRuntimeModule extends LauncherModule {

public JavaRuntimeModule() {
super(new LauncherModuleInfo("StdJavaRuntime",
new Version(3, 0, 5, 1, Version.Type.STABLE),
new Version(3, 0, 6, 1, Version.Type.STABLE),
0, new String[]{}, new String[]{"runtime"}));
}

Expand Down

0 comments on commit ba83302

Please sign in to comment.