Skip to content

Commit 9069396

Browse files
committed
version -> 13.2.1, updated changelog & release_info.json
1 parent 716d356 commit 9069396

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

Changelog.md

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ Changes are in reverse chronological order; newest changes at the top.
66

77
# Minecraft 1.21.1
88

9+
## [13.2.1]
10+
* Energy Distributor Upgrade can now be configured to pull (like the Distributor Module can)
11+
912
## [13.2.0]
1013
* Multiple changes from @Matyrobbrt :
1114
* Some significant internal reworking to benefit addon mods

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ org.gradle.daemon=false
66
# Mod
77
mod_id=modularrouters
88
archive_base_name=modular-routers
9-
mod_version=13.2.0
9+
mod_version=13.2.1
1010
mod_name="Modular Routers"
1111
mod_group_id=me.desht.modularrouters
1212
mod_license=MIT

release_info.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@
33
"promos" : {
44
"1.21-recommended" : "13.0.3",
55
"1.21-latest" : "13.0.3",
6-
"1.21.1-recommended" : "13.1.0",
7-
"1.21.1-latest" : "13.1.0"
6+
"1.21.1-recommended" : "13.2.1",
7+
"1.21.1-latest" : "13.2.1"
88
},
99
"1.21.1" : {
10+
"13.2.1": "https://github.com/desht/ModularRouters/blob/MC1.21-master/Changelog.md#1321",
11+
"13.2.0": "https://github.com/desht/ModularRouters/blob/MC1.21-master/Changelog.md#1320",
1012
"13.1.0": "https://github.com/desht/ModularRouters/blob/MC1.21-master/Changelog.md#1310"
1113
},
1214
"1.21" : {

0 commit comments

Comments
 (0)