Skip to content

Commit

Permalink
fix libIPN dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
blackd committed May 18, 2023
1 parent 5024968 commit 96c6d21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import org.anti_ad.mc.ipnext.buildsrc.loom_version
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
import java.io.ByteArrayOutputStream

val versionObj = Version("1", "10", "0",
val versionObj = Version("1", "10", "1",
preRelease = (System.getenv("IPNEXT_RELEASE") == null))


Expand Down Expand Up @@ -88,7 +88,7 @@ allprojects {
group = "org.anti-ad.mc"
ext.set("mod_artefact_version", versionObj.toCleanString())
ext.set("mod_artefact_is_release", versionObj.isRelease())
ext.set("libIPN_version", "3.0.0-SNAPSHOT")
ext.set("libIPN_version", "3.0.0")

tasks.withType<JavaCompile>().configureEach {
options.isFork = true
Expand Down
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!-- latest begin -->

### 1.10.0
### 1.10.0/1

- Adds support for 1.20-pre1/2 and probably 1.20 proper.
- Adds support for [Chipped](https://legacy.curseforge.com/minecraft/mc-mods/chipped) Stone Cutter like crafting tables.
Expand Down

0 comments on commit 96c6d21

Please sign in to comment.