We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaebb26 commit 4302dadCopy full SHA for 4302dad
build.gradle
@@ -27,7 +27,7 @@ apply plugin: 'net.minecraftforge.gradle'
27
apply plugin: 'idea'
28
apply plugin: 'org.spongepowered.mixin'
29
30
-version = "1.0.0-a"
+version = "1.0.1-a"
31
group = "ae2fc"
32
archivesBaseName = "Fluid Craft for AE2"
33
src/main/resources/META-INF/mods.toml
@@ -8,7 +8,7 @@ license="LGPL-3.0"
8
9
[[mods]]
10
modId="ae2fc"
11
-version="1.0.0-a"
+version="1.0.1-a"
12
displayName="Fluid Craft for AE2"
13
description="Lets you do Crafting... with Fluids!"
14
0 commit comments