Skip to content

Commit

Permalink
0.4.8 milestone
Browse files Browse the repository at this point in the history
  • Loading branch information
TaoismDeepLake committed May 12, 2022
1 parent 277ee06 commit bff90be
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 @@ -27,7 +27,7 @@ if (useMirror) apply from: "mirror.gradle"
apply plugin: "net.minecraftforge.gradle.forge"
//Only edit below this line, the above code adds and enables the necessary things for Forge to be setup.

version = "0.4.5"
version = "0.4.8"
group = "com.deeplake.genshin12" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "genshin12"

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/deeplake/genshin12/Idealland.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
public class Idealland {
public static final String MODID = "genshin12";
public static final String NAME = "Genshin 1.12.2";
public static final String VERSION = "0.4.5";
public static final String VERSION = "0.4.8";

public static Logger logger;

Expand Down

0 comments on commit bff90be

Please sign in to comment.