Skip to content

Commit

Permalink
build(version): beta.2->beta.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bconlon1 committed Dec 11, 2023
1 parent 508b44c commit 209f8c0
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 5 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.19.2-1.0.0-beta.2-forge.jar
default: aether-1.19.2-1.0.0-beta.2.1-forge.jar
deploy-branch:
type: string
default: 1.19.4-develop
Expand Down
12 changes: 12 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# The Aether - Forge - 1.19.2-1.0.0-beta.2.1

Changes

- Made Tips compatibility more consistent and compatible with the trivia config.

Fixes

- Fix missing class crash with Apache Commons for servers on some machines.
- Fix crash from null Moa Skin selection when refreshing selection screen.
- Fix config for disabling gloves requirement for armor abilities not working.

# The Aether - Forge - 1.19.2-1.0.0-beta.2

Additions
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.0.0-beta.2
mod_version=1.0.0-beta.2.1
mc_version=1.19.2
forge_version=43.2.0
mappings=2022.11.27-1.19.2
Expand Down
6 changes: 3 additions & 3 deletions update.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"homepage": "https://modrinth.com/mod/aether",
"promos": {
"1.19.2-recommended": "1.19.2-1.0.0-beta.2-forge",
"1.19.4-recommended": "1.19.4-1.0.0-beta.7-forge",
"1.20.1-recommended": "1.20.1-1.0.0-beta.2-neoforge"
"1.19.2-recommended": "1.19.2-1.0.0-beta.2.1-forge",
"1.19.4-recommended": "1.19.4-1.0.0-beta.7.1-forge",
"1.20.1-recommended": "1.20.1-1.0.0-beta.2.1-neoforge"
}
}

0 comments on commit 209f8c0

Please sign in to comment.