Skip to content

Commit

Permalink
chore(gradle): bump version to 0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
danorris709 committed Jan 9, 2022
1 parent 6325d74 commit cd19b3e
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 @@ -13,7 +13,7 @@ subprojects {
apply plugin: 'java'

group = 'com.envyful.holograms'
version = '0.6.3'
version = '0.6.4'

sourceCompatibility = 1.8
targetCompatibility = 1.8
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
)
public class ForgeHolograms {

public static final String VERSION = "0.6.2";
public static final String VERSION = "0.6.4";

private static ForgeHolograms instance;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
public class ForgeHolograms {

public static final String MOD_ID = "advancedholograms";
public static final String VERSION = "0.6.2";
public static final String VERSION = "0.6.4";

private static ForgeHolograms 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 @@ -13,7 +13,7 @@ showAsResourcePack=false

[[mods]]
modId="advancedholograms"
version="0.6.2"
version="0.6.4"
displayName="Advanced Holograms"
displayURL="https://discord.gg/7vqgtrjDGw"
credits="Envyful"
Expand Down

0 comments on commit cd19b3e

Please sign in to comment.