Skip to content

Commit 4cb8849

Browse files
committed
build(version): 1.0.0->1.0.1
1 parent 5c59bdc commit 4cb8849

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

.circleci/continue_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ orbs:
66
parameters:
77
artifact-name:
88
type: string
9-
default: aether_treasure_reforging-1.20.4-1.0.0-neoforge.jar
9+
default: aether_treasure_reforging-1.20.4-1.0.1-neoforge.jar
1010

1111
jobs:
1212
build:

docs/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Treasure Reforging - NeoForge - 1.20.4-1.0.1
2+
3+
- Fix Block of Valkyrum and Block of Pyral not being mineable.
4+
15
# Treasure Reforging - NeoForge - 1.20.4-1.0.0
26

37
- Add three new Smithing Templates: Neptune Upgrade, Valkyrie Upgrade, and Phoenix Upgrade. These can be found as loot in their respective dungeons.

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ neogradle.subsystems.parchment.mappingsVersion=2023.12.31
99
# Mod
1010
mod_id=aether_treasure_reforging
1111
mod_name=Treasure Reforging
12-
mod_version=1.0.0
12+
mod_version=1.0.1
1313
mc_version=1.20.4
1414
neoforge_version=20.4.200
1515
mappings=2023.12.31

update.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"homepage": "https://modrinth.com/mod/aether-treasure-reforging",
33
"promos": {
4-
"1.19.2-recommended": "1.19.2-1.0.0-forge",
5-
"1.19.4-recommended": "1.19.4-1.0.0-forge",
6-
"1.20.1-recommended": "1.20.1-1.0.0-neoforge",
7-
"1.20.4-recommended": "1.20.4-1.0.0-neoforge"
4+
"1.19.2-recommended": "1.19.2-1.0.1-forge",
5+
"1.19.4-recommended": "1.19.4-1.0.1-forge",
6+
"1.20.1-recommended": "1.20.1-1.0.1-neoforge",
7+
"1.20.4-recommended": "1.20.4-1.0.1-neoforge"
88
}
99
}

0 commit comments

Comments
 (0)