Skip to content

Commit

Permalink
Build 1.20.3-v2.4.0 for Fabric
Browse files Browse the repository at this point in the history
  • Loading branch information
Aizistral committed Dec 6, 2023
1 parent 7486acd commit 7eb0656
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ curseforge {
changelog = file('docs/CHANGELOG.md')
mainArtifact(remapJar)

addGameVersion "1.20.2"
addGameVersion "1.20.3"
addGameVersion 'Quilt'
addGameVersion 'Fabric'
addGameVersion 'Java 17'
Expand Down Expand Up @@ -185,7 +185,7 @@ modrinth {
versionType = "${version_type}"
changelog = rootProject.file("docs/CHANGELOG.md").text
uploadFile = remapJar
gameVersions = [ "1.20.2" ]
gameVersions = [ "1.20.3" ]
loaders = ['fabric', 'quilt']

dependencies {
Expand Down
6 changes: 6 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
#### **\[Build 1.20.3-v2.4.0\]:**

- Initial 1.20.3 port.


#### **\[Build 1.20.2-v2.3.1\]:**

- Fixed verified server icon not rendering correctly ([#438](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/438));
- Fixed incorrect handling of chat messages that exceed vanilla's limit of 256 characters upon encryption ([thanks festino, #429](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/429));
- Updated Ukrainian translation ([thanks bettercalldelta, #422](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/422));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaYezerovsky, #430](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/430)).


#### **\[Build 1.20.2-v2.3.0\]:**

- Initial 1.20.2 port;
Expand Down
4 changes: 2 additions & 2 deletions forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ curseforge {
changelogType = 'markdown'
changelog = rootProject.file('docs/CHANGELOG.md')

addGameVersion "1.20.2"
addGameVersion "1.20.3"
addGameVersion "Java 17"
addGameVersion "Forge"

Expand All @@ -210,7 +210,7 @@ modrinth {
versionType = "${version_type}"
changelog = rootProject.file("docs/CHANGELOG.md").text
uploadFile = jar
gameVersions = [ "1.20.2"]
gameVersions = [ "1.20.3"]

syncBodyFrom = rootProject.file("docs/README.md").text
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ fabric_loader_version=0.15.0
forge_version=1.20.2-48.0.7

# Mod Properties
mod_version=1.20.2-v2.3.1
mod_version=1.20.3-v2.4.0
maven_group=com.aizistral.nochatreports
archives_base_name=NoChatReports-FABRIC
mod_id=nochatreports
Expand Down

0 comments on commit 7eb0656

Please sign in to comment.