Skip to content

Commit

Permalink
release: v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
babyw1nter committed Aug 1, 2021
1 parent 1fbeb75 commit 9dfcd77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ apply plugin: 'kotlin'
//Only edit below this line, the above code adds and enables the necessary things for Forge to be setup.


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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
public class PixelmonInfoPlus {
public static final String MODID = "pixelmoninfoplus";
public static final String NAME = "Pixelmon Info Plus";
public static final String VERSION = "1.0.0";
public static final String VERSION = "1.0.1";
public static final String DEPENDENCIES = "required-after:pixelmon";

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

0 comments on commit 9dfcd77

Please sign in to comment.