diff options
| author | embeddedt <42941056+embeddedt@users.noreply.github.com> | 2022-12-26 18:58:46 -0500 |
|---|---|---|
| committer | embeddedt <42941056+embeddedt@users.noreply.github.com> | 2022-12-26 18:58:46 -0500 |
| commit | 1075665def4a41cf0064255a6da1d1a652f5d473 (patch) | |
| tree | 11bba64e8f28ce8b83adc05252b75f17e2ccbf6a | |
| parent | d9550259c1995d21fc345c58f2e531fdecf75acd (diff) | |
| parent | d9655c40c02aef137c7a6a00a1cc90a1e6fb08d1 (diff) | |
| download | spark-1075665def4a41cf0064255a6da1d1a652f5d473.tar.gz spark-1075665def4a41cf0064255a6da1d1a652f5d473.tar.bz2 spark-1075665def4a41cf0064255a6da1d1a652f5d473.zip | |
Merge remote-tracking branch 'lucko/master' into forge-1.7.10
113 files changed, 4231 insertions, 1050 deletions
diff --git a/build.gradle b/build.gradle index a56b089..f96ec86 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ plugins { allprojects { group = 'me.lucko' - version = '1.9-SNAPSHOT' + version = '1.10-SNAPSHOT' configurations { compileClasspath // Fabric-loom needs this for remap jar for some reason @@ -18,7 +18,7 @@ subprojects { apply plugin: 'org.cadixdev.licenser' ext { - baseVersion = '1.9' + baseVersion = '1.10' patchVersion = determinePatchVersion() pluginVersion = baseVersion + '.' + patchVersion plu |
