Skip to content

Commit aef06b2

Browse files
committed
build(version): 1.0.1->1.0.2
1 parent 4aef7e4 commit aef06b2

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
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_overworld_ores-1.21.1-1.0.1-neoforge.jar
9+
default: aether_overworld_ores-1.21.1-1.0.2-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+
# Overworld Ores - NeoForge - 1.21.1-1.0.2
2+
3+
- Fix loot table log warnings.
4+
15
# Overworld Ores - NeoForge - 1.21.1-1.0.1
26

37
- Add lore entries for blocks.

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ neoForge.parchment.mappingsVersion=2024.06.23
99
mod_id=aether_overworld_ores
1010
mod_group=com.aetherteam.aether_overworld_ores
1111
mod_name=Overworld Ores
12-
mod_version=1.0.1
12+
mod_version=1.0.2
1313
mod_license=Assets: All Rights Reserved; Code: LGPL-3.0
1414
mod_url=https://modrinth.com/mod/aether-overworld-ores
1515
mod_update=https://github.com/The-Aether-Team/Overworld-Ores/raw/1.21.1-develop/update.json

update.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"homepage": "https://modrinth.com/mod/aether-overworld-ores",
33
"promos": {
4-
"1.20.1-recommended": "1.20.1-1.0.1-neoforge",
5-
"1.21.1-recommended": "1.21.1-1.0.1-neoforge"
4+
"1.20.1-recommended": "1.20.1-1.0.2-neoforge",
5+
"1.21.1-recommended": "1.21.1-1.0.2-neoforge"
66
}
77
}

0 commit comments

Comments
 (0)