Skip to content

Commit

Permalink
update to JM-5.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
frank89722 committed Mar 17, 2022
1 parent a2c4ee6 commit c5914c8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -136,7 +136,7 @@ dependencies {
implementation fg.deobf("dev.ftb.mods:ftb-teams-forge:1605.2.3-build.40")
implementation fg.deobf("dev.ftb.mods:ftb-chunks-forge:1605.3.2-build.95")
implementation fg.deobf("curse.maven:waystones-245755:3440017")
implementation fg.deobf("curse.maven:journeymap-32274:3634141")
implementation fg.deobf("curse.maven:journeymap-32274:3696399")
implementation fg.deobf("curse.maven:smoothboot-420913:3224252")
//compileOnly fg.deobf("info.journeymap:journeymap-api:1.16.5-1.7-SNAPSHOT")

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Expand Up @@ -3,6 +3,6 @@
org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false
MC_VERSION=1.16.5
VERSION=0.8
VERSION=0.8.1
CURSE_ID=525447
RELEASE_TYPE=beta
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/mods.toml
Expand Up @@ -31,7 +31,7 @@ The mod that add mod integration for JourneyMap.
[[dependencies.jmi]]
modId="journeymap"
mandatory=true
versionRange="[5.8.x,)"
versionRange="[5.8,)"
ordering="NONE"
side="CLIENT"

Expand Down

0 comments on commit c5914c8

Please sign in to comment.