Skip to content

Commit

Permalink
version up[date
Browse files Browse the repository at this point in the history
  • Loading branch information
quasar098 committed Dec 27, 2022
1 parent be2b377 commit 18195fe
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 @@ -26,7 +26,7 @@ plugins {
id "net.minecraftforge.gradle.forge" version "2.0.2"
}
*/
version = "0.5.1"
version = "0.5.2"
group= "com.quasar.voxylenhanced" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "voxylenhanced"

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/quasar/voxylenhanced/VoxylEnhanced.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
public class VoxylEnhanced
{
public static final String MODID = "voxylenhanced";
public static final String VERSION = "0.4.0";
public static final String VERSION = "0.5.2";

public static boolean willOpenSettings = false;

Expand Down

0 comments on commit 18195fe

Please sign in to comment.