Skip to content

Commit bde88a6

Browse files
committed
Release version 1.0.1
1 parent ad720a7 commit bde88a6

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ apply plugin: 'maven-publish'
2626

2727

2828

29-
version = '1.0'
29+
version = '1.0.1'
3030
group = 'org.eln2.mc'
3131
archivesBaseName = 'eln2'
3232

src/main/resources/META-INF/mods.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ issueTrackerURL="https://github.com/age-series/ElectricalAge2/issues"
55

66
[[mods]]
77
modId="eln2"
8-
version="${file.jarVersion}"
8+
version="1.0.1"
99
displayName="Electrical Age 2"
1010
# A URL to query for updates for this mod. See the JSON update specification https://mcforge.readthedocs.io/en/latest/gettingstarted/autoupdate/
1111
#updateJSONURL="https://change.me.example.invalid/updates.json" #optional
@@ -20,11 +20,13 @@ description='''
2020
Electrical Age 2 - Electricity, in your base!
2121
2222
Also try the other Age Series mods!
23+
* Chat Age: Minecraft to Discord webhook chat bridge!
24+
25+
These are some Age Series mods in development!
2326
* Computer Age: Go back to the 80's 8 bit microprocessor era with style!
2427
* Processing Age: Process all those raw materials into something useful!
2528
* Chemistry Age: Like alchemy, but with less magic!
2629
* Server Age: Real computing power for hardcore technical players!
27-
* Chat Age: Minecraft to Discord webhook chat bridge!
2830
* Security Age: Lock up your stuff!
2931
'''
3032

0 commit comments

Comments
 (0)