Skip to content

Commit

Permalink
[ANY] 3.0.3 stable
Browse files Browse the repository at this point in the history
  • Loading branch information
gravit0 committed Dec 8, 2023
1 parent 78abe57 commit 3e742b6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions 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.2'
version '3.0.3'
def mainClassName = "pro.gravit.launcher.client.JavaRuntimeModule"

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

dependencies {
implementation "pro.gravit.launcher:launcher-core:5.5.3-SNAPSHOT"
implementation "pro.gravit.launcher:launcher-modern-core:5.5.3-SNAPSHOT"
implementation "pro.gravit.launcher:launcher-ws-api:5.5.3-SNAPSHOT"
implementation "pro.gravit.launcher:launcher-client-api:5.5.3-SNAPSHOT"
implementation "pro.gravit.launcher:launcher-client-start-api:5.5.3-SNAPSHOT"
implementation "pro.gravit.launcher:launcher-client-starter-api:5.5.3-SNAPSHOT"
implementation "pro.gravit.launcher:launcher-core:5.5.3"
implementation "pro.gravit.launcher:launcher-modern-core:5.5.3"
implementation "pro.gravit.launcher:launcher-ws-api:5.5.3"
implementation "pro.gravit.launcher:launcher-client-api:5.5.3"
implementation "pro.gravit.launcher:launcher-client-start-api:5.5.3"
implementation "pro.gravit.launcher:launcher-client-starter-api:5.5.3"
implementation "pro.gravit.utils.enfs:enfs:2.0.1-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 {

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

Expand Down

0 comments on commit 3e742b6

Please sign in to comment.