Skip to content

Commit

Permalink
chore(gradle): bump version to 4.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
danorris709 committed Apr 24, 2024
1 parent ef553c6 commit a4fa754
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ subprojects {
apply plugin: 'java'

group = 'com.envyful.pixel.hunt.remastered'
version = '4.4.1'
version = '4.4.2'

tasks.withType(JavaCompile) {
options.encoding = 'UTF-8'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
)
public class PixelHuntForge {

public static final String MOD_VERSION = "4.4.1";
public static final String MOD_VERSION = "4.4.2";

private static PixelHuntForge instance;

Expand Down
2 changes: 1 addition & 1 deletion forge16/src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ issueTrackerURL="https://github.com/EnvyWare/EnvyHunt/issues"

[[mods]]
modId="envyhunt"
version="4.4.1"
version="4.4.2"
displayName="EnvyHunt Forge"
displayURL="https://github.com/EnvyWare"
credits="https://github.com/EnvyWare"
Expand Down
2 changes: 1 addition & 1 deletion forge20/src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ issueTrackerURL="https://github.com/EnvyWare/EnvyHunt/issues"

[[mods]]
modId="envyhunt"
version="4.4.1"
version="4.4.2"
displayName="EnvyHunt Forge"
displayURL="https://github.com/EnvyWare"
credits="https://github.com/EnvyWare"
Expand Down

0 comments on commit a4fa754

Please sign in to comment.