Skip to content

Commit

Permalink
build(version): 1.3.1->1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bconlon1 committed Apr 1, 2024
1 parent 444b903 commit 0388440
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/continue_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ orbs:
parameters:
artifact-name:
type: string
default: aether-1.20.2-1.3.1-neoforge.jar
default: aether-1.20.2-1.3.2-neoforge.jar
deploy-branch:
type: string
default: 1.20.1-develop
Expand Down
7 changes: 7 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# The Aether - NeoForge - 1.20.2-1.3.2

Fixes

- Fixed the mod crashing on dedicated servers.
- Fixed some in-world block recipes not working properly.

# The Aether - NeoForge - 1.20.2-1.3.1

Fixes
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ org.gradle.daemon=false
# Mod
mod_id=aether
mod_name=The Aether
mod_version=1.3.1
mod_version=1.3.2
mc_version=1.20.2
neoforge_version=20.2.88
mappings=2023.12.10
Expand Down
2 changes: 1 addition & 1 deletion update.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"1.19.2-recommended": "1.19.2-1.3.1-forge",
"1.19.4-recommended": "1.19.4-1.3.1-forge",
"1.20.1-recommended": "1.20.1-1.3.1-neoforge",
"1.20.2-recommended": "1.20.2-1.3.1-neoforge"
"1.20.2-recommended": "1.20.2-1.3.2-neoforge"
}
}

0 comments on commit 0388440

Please sign in to comment.