Skip to content

Commit dc310ba

Browse files
committed
Bump version
1 parent 4171b16 commit dc310ba

File tree

3 files changed

+18
-5
lines changed

3 files changed

+18
-5
lines changed

build.gradle.kts

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,16 +46,22 @@ allprojects {
4646
}
4747
}
4848
maven {
49-
name = "JitPack"
50-
url = URI("https://jitpack.io")
49+
name = "Shedaniel"
50+
url = URI("https://maven.shedaniel.me")
51+
content {
52+
includeGroup("me.shedaniel.cloth")
53+
}
5154
}
5255
maven {
5356
name = "Modrinth"
5457
url = URI("https://api.modrinth.com/maven")
58+
content {
59+
includeGroup("maven.modrinth")
60+
}
5561
}
5662
maven {
57-
name = "Shedaniel"
58-
url = URI("https://maven.shedaniel.me")
63+
name = "JitPack"
64+
url = URI("https://jitpack.io")
5965
}
6066
}
6167

changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
------------------------------------------------------
2+
Version 6.2.2
3+
------------------------------------------------------
4+
**Fixes**
5+
- Fixed an incompatibility between `cardinal-components-block` and Immersive Portals, which would cause desynchronization issues
6+
for block entities seen through a portal *(thanks daimond113 !)*
7+
18
------------------------------------------------------
29
Version 6.2.1
310
------------------------------------------------------

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ elmendorf_version=0.13.0
1515
immersive_portals_version=v6.0.3-mc1.21.1
1616

1717
#Publishing
18-
mod_version = 6.2.1
18+
mod_version = 6.2.2
1919
curseforge_id = 318449
2020
modrinth_id = K01OU20C
2121
curseforge_versions = 1.21.2; 1.21.3; 1.21.4

0 commit comments

Comments
 (0)