Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
IotaBread committed Jul 7, 2023
1 parent a0bf674 commit d7ad6a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ org.gradle.jvmargs = -Xmx1G
vt_version = 1.20

# Remember to also update on VTDMod.java
mod_version = 2.0.6
mod_version = 2.0.7
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.6";
String version = "2.0.7";
String vtVersion = "1.20";

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

0 comments on commit d7ad6a6

Please sign in to comment.