Skip to content

Commit d32125d

Browse files
committed
Update to 1.0.1
1 parent d4254be commit d32125d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/main/java/ru/lionzxy/fastlogblock/FastLogBlock.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
@Mod(modid = FastLogBlock.MODID, version = FastLogBlock.VERSION, updateJSON = "https://raw.githubusercontent.com/LionZXY/FastLogBlock/master/update.json")
2020
public class FastLogBlock {
2121
public static final String MODID = "fastlogblock";
22-
public static final String VERSION = "1.0";
22+
public static final String VERSION = "1.0.1";
2323
private EventHandlingManager eventHandlingManager;
2424
private InfoItem infoitem;
2525

update.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{
22
"homepage": "https://minecraft.curseforge.com/projects/fast-log-block/",
33
"promos": {
4-
"1.12.2-recommended": "1.0"
4+
"1.12.2-recommended": "1.0.1"
55
},
66
"1.12.2": {
7+
"1.0.1": "Fix single splitter",
78
"1.0": "Initial version"
89
}
910
}

0 commit comments

Comments
 (0)