Skip to content

Commit

Permalink
build(version): 1.0.0->1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bconlon1 committed Sep 26, 2024
1 parent 5c59bdc commit 4cb8849
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 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_treasure_reforging-1.20.4-1.0.0-neoforge.jar
default: aether_treasure_reforging-1.20.4-1.0.1-neoforge.jar

jobs:
build:
Expand Down
4 changes: 4 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Treasure Reforging - NeoForge - 1.20.4-1.0.1

- Fix Block of Valkyrum and Block of Pyral not being mineable.

# Treasure Reforging - NeoForge - 1.20.4-1.0.0

- Add three new Smithing Templates: Neptune Upgrade, Valkyrie Upgrade, and Phoenix Upgrade. These can be found as loot in their respective dungeons.
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 @@ neogradle.subsystems.parchment.mappingsVersion=2023.12.31
# Mod
mod_id=aether_treasure_reforging
mod_name=Treasure Reforging
mod_version=1.0.0
mod_version=1.0.1
mc_version=1.20.4
neoforge_version=20.4.200
mappings=2023.12.31
Expand Down
8 changes: 4 additions & 4 deletions update.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"homepage": "https://modrinth.com/mod/aether-treasure-reforging",
"promos": {
"1.19.2-recommended": "1.19.2-1.0.0-forge",
"1.19.4-recommended": "1.19.4-1.0.0-forge",
"1.20.1-recommended": "1.20.1-1.0.0-neoforge",
"1.20.4-recommended": "1.20.4-1.0.0-neoforge"
"1.19.2-recommended": "1.19.2-1.0.1-forge",
"1.19.4-recommended": "1.19.4-1.0.1-forge",
"1.20.1-recommended": "1.20.1-1.0.1-neoforge",
"1.20.4-recommended": "1.20.4-1.0.1-neoforge"
}
}

0 comments on commit 4cb8849

Please sign in to comment.