Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
IotaBread committed Mar 15, 2023
1 parent c61b018 commit e47188e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ org.gradle.jvmargs = -Xmx1G
# TODO: Add ingame selection
vt_version = 1.19

mod_version = 2.0.3
# Remember to also update on VTDMod.java
mod_version = 2.0.4
maven_group = me.bymartrixx
archives_base_name = vt-downloader
2 changes: 1 addition & 1 deletion src/main/java/me/bymartrixx/vtd/VTDMod.java
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public class VTDMod implements ClientModInitializer {
public static RpCategories rpCategories;

static {
String version = "2.0.0";
String version = "2.0.4";
String vtVersion = "1.19";

Optional<ModContainer> container = FabricLoader.getInstance().getModContainer(MOD_ID);
Expand Down

0 comments on commit e47188e

Please sign in to comment.