File tree Expand file tree Collapse file tree 5 files changed +16
-6
lines changed Expand file tree Collapse file tree 5 files changed +16
-6
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## 0.7.2 - 2024-02-13
9
+
10
+ ### Changed
11
+
12
+ - Upgraded gradle version to 8.4
13
+
14
+ ### Fixed
15
+
16
+ - Unknown error during the publish process, causing a corrupted binary for v0.7.1 (copycats-plus/copycats #6 )
17
+
8
18
## 0.7.1 - 2024-02-12
9
19
10
20
### Fixed
Original file line number Diff line number Diff line change @@ -337,6 +337,6 @@ publishMods {
337
337
}
338
338
339
339
wrapper {
340
- gradleVersion = ' 8.1.1 '
340
+ gradleVersion = ' 8.4 '
341
341
distributionType = Wrapper.DistributionType . BIN
342
342
}
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ mod_name=Create: Connected
62
62
# The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default.
63
63
mod_license =GNU Affero General Public License v3.0
64
64
# The mod version. See https://semver.org/
65
- mod_version =0.7.1 -mc1.19.2
65
+ mod_version =0.7.2 -mc1.19.2
66
66
# The group ID for the mod. It is only important when publishing as an artifact to a Maven repository.
67
67
# This should match the base package used for the mod sources.
68
68
# See https://maven.apache.org/guides/mini/guide-naming-conventions.html
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.1.1 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.4 -bin.zip
4
4
networkTimeout =10000
5
5
zipStoreBase =GRADLE_USER_HOME
6
6
zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change 1
1
{
2
2
"homepage" : " https://github.com/hlysine/create_connected/" ,
3
3
"promos" : {
4
- "1.20.1-recommended" : " 0.7.1 -mc1.20.1" ,
5
- "1.19.2-recommended" : " 0.7.1 -mc1.19.2" ,
6
- "1.18.2-recommended" : " 0.7.1 -mc1.18.2"
4
+ "1.20.1-recommended" : " 0.7.2 -mc1.20.1" ,
5
+ "1.19.2-recommended" : " 0.7.2 -mc1.19.2" ,
6
+ "1.18.2-recommended" : " 0.7.2 -mc1.18.2"
7
7
}
8
8
}
You can’t perform that action at this time.
0 commit comments