Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kada49 committed Sep 27, 2023
1 parent 8382c8c commit 0acca75
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
@@ -1,7 +1,7 @@
loom.platform=forge
modGroup=it.kada49
modName=DisableBurningAnimation
modVersion=1.0
modVersion=1.1

org.gradle.daemon=true
org.gradle.parallel=true
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/it/kada49/DisableBurningAnimation.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import java.io.File;


@Mod(name = "DisableBurningAnimation", modid = DisableBurningAnimation.ID, version = "1.0", updateJSON = "https://kada49.github.io/json/DisableBurningAnimation-updateJson.json")
@Mod(name = "DisableBurningAnimation", modid = DisableBurningAnimation.ID, version = "1.1", updateJSON = "https://kada49.github.io/json/DisableBurningAnimation-updateJson.json")
public class DisableBurningAnimation {

public static final String ID = "disableburninganimation";
Expand Down

0 comments on commit 0acca75

Please sign in to comment.