Skip to content

Commit d5e0e9f

Browse files
Release version v1.0.1
1 parent d14f153 commit d5e0e9f

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

CHANGELOG.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.0.1
2+
* Fix algorithm choosing the random potion effect being completely wrong
3+
* Change mod logo margins to look better on most resolution
4+
15
# v1.0.0
26
* Initial release
37
* Yay!

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ apply plugin: 'net.minecraftforge.gradle'
1313
apply plugin: 'eclipse'
1414
apply plugin: 'maven-publish'
1515

16-
version = '1.0.0'
16+
version = '1.0.1'
1717
group = 'coffeenotfound.milkflasks' // http://maven.apache.org/guides/mini/guide-naming-conventions.html
1818
archivesBaseName = 'milkflasks'
1919

dist/1.14.4/milkflasks-1.0.1.jar

171 KB
Binary file not shown.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ loaderVersion = "[28,)" #mandatory (28 is current forge version)
1616
modId = "milkflasks" #mandatory
1717

1818
# The version number of the mod - there's a few well known ${} variables useable here or just hardcode it
19-
version = "1.0.0" #mandatory
19+
version = "1.0.1" #mandatory
2020

2121
# A display name for the mod
2222
displayName = "Milk Flasks" #mandatory

0 commit comments

Comments
 (0)