Skip to content

Commit

Permalink
increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
DerToaster98 committed Mar 9, 2024
1 parent 9ba5fe3 commit 807bc91
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 @@ -13,7 +13,7 @@ mod_credits=DerToaster, Meme Man
mod_issueTrackerURL=https://github.com/DerToaster98/MultiHitBoxLib/issues
mappings_channel=parchment

mod_version=1.2.0
mod_version=1.3.0
loader_version=[47,)

mappings_version=2023.09.03-1.20.1
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/de/dertoaster/multihitboxlib/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

public class Constants {
public static final String MODID = "multihitboxlib";
public static final String NETWORK_VERSION = "1.0.0";
public static final String NETWORK_VERSION = "1.0.1";

public static final LazyLoadField<File> MHLIB_CONFIG_DIR = new LazyLoadField<>(() -> {
final Path configDir = FMLPaths.CONFIGDIR.get();
Expand Down

0 comments on commit 807bc91

Please sign in to comment.