Skip to content

Commit 476e258

Browse files
committed
Increment to 1.0.2
1 parent d32125d commit 476e258

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ apply plugin: 'net.minecraftforge.gradle.forge'
1313
//Only edit below this line, the above code adds and enables the necessary things for Forge to be setup.
1414

1515

16-
version = "1.0"
16+
version = "1.0.2"
1717
group = "ru.lionzxy.fastlogblock" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
1818
archivesBaseName = "FastLogBlock"
1919

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

+1-1
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.1";
22+
public static final String VERSION = "1.0.2";
2323
private EventHandlingManager eventHandlingManager;
2424
private InfoItem infoitem;
2525

update.json

+2-1
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.1"
4+
"1.12.2-recommended": "1.0.2"
55
},
66
"1.12.2": {
7+
"1.0.2": "Fix server crash",
78
"1.0.1": "Fix single splitter",
89
"1.0": "Initial version"
910
}

0 commit comments

Comments
 (0)