Skip to content

Commit 9dfcd77

Browse files
committed
release: v1.0.1
1 parent 1fbeb75 commit 9dfcd77

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ apply plugin: 'kotlin'
1717
//Only edit below this line, the above code adds and enables the necessary things for Forge to be setup.
1818

1919

20-
version = "1.0.0"
20+
version = "1.0.1"
2121
group = "io.github.hhui64.pixelmoninfoplus" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
2222
archivesBaseName = "PixelmonInfoPlus"
2323

src/main/java/io/github/hhui64/pixelmoninfoplus/PixelmonInfoPlus.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
public class PixelmonInfoPlus {
1717
public static final String MODID = "pixelmoninfoplus";
1818
public static final String NAME = "Pixelmon Info Plus";
19-
public static final String VERSION = "1.0.0";
19+
public static final String VERSION = "1.0.1";
2020
public static final String DEPENDENCIES = "required-after:pixelmon";
2121

2222
public static Logger logger = LogManager.getLogger("PixelmonInfoPlus");

0 commit comments

Comments
 (0)