Skip to content

Commit

Permalink
[ANY] 2.0.6-stable
Browse files Browse the repository at this point in the history
  • Loading branch information
gravit0 committed Nov 16, 2021
1 parent dd5606b commit a7f8738
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ javafx {
sourceCompatibility = '1.8'
targetCompatibility = '1.8'
group 'pro.gravit.launcher'
version '2.0.5'
version '2.0.6'
def mainClassName = "pro.gravit.launcher.client.JavaRuntimeModule"

task sourcesJar(type: Jar) {
Expand Down Expand Up @@ -56,9 +56,9 @@ repositories {
}

dependencies {
implementation "pro.gravit.launcher:launcher-core:5.2.6-SNAPSHOT"
implementation "pro.gravit.launcher:launcher-ws-api:5.2.6-SNAPSHOT"
implementation "pro.gravit.launcher:launcher-client-api:5.2.6-SNAPSHOT"
implementation "pro.gravit.launcher:launcher-core:5.2.6"
implementation "pro.gravit.launcher:launcher-ws-api:5.2.6"
implementation "pro.gravit.launcher:launcher-client-api:5.2.6"
implementation "pro.gravit.utils.enfs:enfs:1.0.0-SNAPSHOT"
implementation 'io.netty:netty-codec-http:4.1.67.Final'
implementation 'com.github.oshi:oshi-core:5.8.1'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public class JavaRuntimeModule extends LauncherModule {
private RuntimeProvider provider;

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

Expand Down

0 comments on commit a7f8738

Please sign in to comment.