Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyrofab committed Dec 27, 2024
1 parent 4171b16 commit dc310ba
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 5 deletions.
14 changes: 10 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,22 @@ allprojects {
}
}
maven {
name = "JitPack"
url = URI("https://jitpack.io")
name = "Shedaniel"
url = URI("https://maven.shedaniel.me")
content {
includeGroup("me.shedaniel.cloth")
}
}
maven {
name = "Modrinth"
url = URI("https://api.modrinth.com/maven")
content {
includeGroup("maven.modrinth")
}
}
maven {
name = "Shedaniel"
url = URI("https://maven.shedaniel.me")
name = "JitPack"
url = URI("https://jitpack.io")
}
}

Expand Down
7 changes: 7 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
------------------------------------------------------
Version 6.2.2
------------------------------------------------------
**Fixes**
- Fixed an incompatibility between `cardinal-components-block` and Immersive Portals, which would cause desynchronization issues
for block entities seen through a portal *(thanks daimond113 !)*

------------------------------------------------------
Version 6.2.1
------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ elmendorf_version=0.13.0
immersive_portals_version=v6.0.3-mc1.21.1

#Publishing
mod_version = 6.2.1
mod_version = 6.2.2
curseforge_id = 318449
modrinth_id = K01OU20C
curseforge_versions = 1.21.2; 1.21.3; 1.21.4
Expand Down

0 comments on commit dc310ba

Please sign in to comment.