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 f174ebd commit 1cd730b
Show file tree
Hide file tree
Showing 4 changed files with 33 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.20.1-1.0.0-beta.2-neoforge.jar
default: aether-1.20.1-1.0.0-beta.2.1-neoforge.jar
deploy-branch:
type: string
default: 1.20.1-develop
Expand Down
28 changes: 28 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
# The Aether - NeoForge - 1.20.1-1.0.0-beta.2.1

Additions

- Update de_at translation.
- Update en_ud translation.
- Update es_es translation.
- Update es_mx translation.
- Update it_it translation.
- Update ja_jp translation.
- Update lol_us translation.
- Update ms_my translation.
- Update pl_pl translation.
- Update ru_ru translation.
- Update sk_sk translation.
- Update tok translation.
- Update uk_ua translation.
- Update zh_cn translation.

Changes

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

Fixes

- Fix crash from null Moa Skin selection when refreshing selection screen.
- Fix config for disabling gloves requirement for armor abilities not working.

# The Aether - NeoForge - 1.20.1-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.20.1
neoforge_version=47.1.70
mappings=2023.08.20-1.20.1
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 1cd730b

Please sign in to comment.