File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/io/github/hhui64/pixelmoninfoplus Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 "
2121group = " io.github.hhui64.pixelmoninfoplus" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
2222archivesBaseName = " PixelmonInfoPlus"
2323
Original file line number Diff line number Diff line change 1616public 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" );
You can’t perform that action at this time.
0 commit comments