Skip to content

Commit

Permalink
[ANY] 2.1.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
gravit0 committed Mar 3, 2023
1 parent be85f21 commit 2e5313b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ repositories {
}

dependencies {
implementation "pro.gravit.launcher:launcher-core:5.3.6-SNAPSHOT"
implementation "pro.gravit.launcher:launcher-ws-api:5.3.6-SNAPSHOT"
implementation "pro.gravit.launcher:launcher-client-api:5.3.6-SNAPSHOT"
implementation "pro.gravit.launcher:launcher-core:5.3.6"
implementation "pro.gravit.launcher:launcher-ws-api:5.3.6"
implementation "pro.gravit.launcher:launcher-client-api:5.3.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 @@ -30,7 +30,7 @@ public class JavaRuntimeModule extends LauncherModule {
private RuntimeProvider provider;

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

Expand Down

0 comments on commit 2e5313b

Please sign in to comment.