Skip to content

Commit 04f7fc3

Browse files
committed
Merge branch 'main' into mc1.19.2/main
# Conflicts: # gradle.properties
2 parents c7a473a + b46b8a2 commit 04f7fc3

File tree

5 files changed

+16
-6
lines changed

5 files changed

+16
-6
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

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+
818
## 0.7.1 - 2024-02-12
919

1020
### Fixed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,6 @@ publishMods {
337337
}
338338

339339
wrapper {
340-
gradleVersion = '8.1.1'
340+
gradleVersion = '8.4'
341341
distributionType = Wrapper.DistributionType.BIN
342342
}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ mod_name=Create: Connected
6262
# The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default.
6363
mod_license=GNU Affero General Public License v3.0
6464
# 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
6666
# The group ID for the mod. It is only important when publishing as an artifact to a Maven repository.
6767
# This should match the base package used for the mod sources.
6868
# See https://maven.apache.org/guides/mini/guide-naming-conventions.html
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
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
44
networkTimeout=10000
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

update.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"homepage": "https://github.com/hlysine/create_connected/",
33
"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"
77
}
88
}

0 commit comments

Comments
 (0)