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 3639101 commit dad2b2d
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.19.4-1.0.0-forge.jar
default: aether_treasure_reforging-1.19.4-1.0.1-forge.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 - Forge - 1.19.4-1.0.1

- Fix Block of Valkyrum and Block of Pyral not being mineable.
-
# Treasure Reforging - Forge - 1.19.4-1.0.0

- Add three new smithing materials: Neptune Mesh, Valkyrum Ingot, and Pyral Ingot. These can be obtained by smelting their respective equipment sets in a furnace.
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_treasure_reforging
mod_name=Treasure Reforging
mod_version=1.0.0
mod_version=1.0.1
mc_version=1.19.4
forge_version=45.1.0
mappings=2023.06.26-1.19.4
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 dad2b2d

Please sign in to comment.