diff --git a/Fabric/build.gradle b/Fabric/build.gradle index 8b6b445..d82cfd8 100644 --- a/Fabric/build.gradle +++ b/Fabric/build.gradle @@ -108,4 +108,4 @@ task copyAllArtifacts(type: Copy) { include("*.jar") } -build.finalizedBy(copyAllArtifacts); +build.finalizedBy(copyAllArtifacts) diff --git a/LICENSE b/LICENSE index cfe1daf..934a072 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2021 +Copyright (c) HypherionSA and Contributors 2022 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index cd7db5f..18da2f1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # CraterLib -![badge-snapshot](https://maven.firstdarkdev.xyz/api/badge/latest/snapshots/me/hypherionmc/craterlib/CraterLib-common-1.19.1?color=40c14a&name=CraterLib-Snapshot) +![badge-snapshot](https://maven.firstdarkdev.xyz/api/badge/latest/snapshots/me/hypherionmc/craterlib/CraterLib-common-1.19.2?color=40c14a&name=CraterLib-Snapshot) *** diff --git a/build.gradle b/build.gradle index 5747795..a08c257 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id 'com.matyrobbrt.mc.registrationutils' version '1.19-1.0.0' + id 'com.matyrobbrt.mc.registrationutils' version '1.19-1.3.0' } registrationUtils { @@ -13,7 +13,6 @@ registrationUtils { } subprojects { - ext { isSnapshot = false } diff --git a/gradle.properties b/gradle.properties index 9f578d2..ef092f7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,22 +1,22 @@ # Project -version_major=1 +version_major=0 version_minor=0 -version_patch=11d +version_patch=1d group=me.hypherionmc.craterlib # Common -minecraft_version=1.19.1 +minecraft_version=1.19.2 common_runs_enabled=false common_client_run_name=Common Client common_server_run_name=Common Server # Forge -forge_version=42.0.1 +forge_version=43.1.25 forge_ats_enabled=true # Fabric -fabric_version=0.58.5+1.19.1 -fabric_loader_version=0.14.8 +fabric_version=0.61.0+1.19.2 +fabric_loader_version=0.14.9 # Mod options mod_name=CraterLib @@ -28,4 +28,4 @@ org.gradle.jvmargs=-Xmx3G org.gradle.daemon=false # Dependencies -mod_menu_version=4.0.5 +mod_menu_version=4.0.6