Skip to content

Commit 12f59db

Browse files
Update version to 4.3
1 parent cec83b5 commit 12f59db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ org.gradle.jvmargs=-Xmx2G
33
# These are in here and not in build.gradle so that github actions can read them
44
modid = djperspectivemod
55
archivesBaseName = PerspectiveModv4
6-
version = 4.2
6+
version = 4.3

src/main/java/me/djtheredstoner/perspectivemod/PerspectiveMod.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import org.lwjgl.input.Keyboard;
2020
import org.lwjgl.opengl.Display;
2121

22-
@Mod(modid = "djperspectivemod", name = "Perspective Mod v4", version = "4.2", acceptedMinecraftVersions = "[1.8.9]", clientSideOnly = true)
22+
@Mod(modid = "djperspectivemod", name = "Perspective Mod v4", version = "4.3", acceptedMinecraftVersions = "[1.8.9]", clientSideOnly = true)
2323
public class PerspectiveMod {
2424

2525
@Mod.Instance

0 commit comments

Comments
 (0)