diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-01-25 14:34:49 +0100 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-01-25 14:34:49 +0100 |
commit | 53c653bfa52bc9a07a4308a1840ea9f2eafe0bcc (patch) | |
tree | 77815adf3a8a010940a858e4b26446b3a769aed4 | |
parent | 62f51fd9f6d4df2914ea69c393fc35f2bb59183b (diff) | |
download | skyhanni-53c653bfa52bc9a07a4308a1840ea9f2eafe0bcc.tar.gz skyhanni-53c653bfa52bc9a07a4308a1840ea9f2eafe0bcc.tar.bz2 skyhanni-53c653bfa52bc9a07a4308a1840ea9f2eafe0bcc.zip |
0.15.1
-rw-r--r-- | CHANGELOG.md | 2 | ||||
-rw-r--r-- | build.gradle.kts | 2 | ||||
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d1db7669d..337c32a03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # SkyHanni - Change Log -## Version 0.16.UNRELEASED (UNRELEASED) +## Version 0.15.1 (2023-01-25) ## Features + Adding green line around items that are clickable. (Inside the **Not Clickable Items Feature**) diff --git a/build.gradle.kts b/build.gradle.kts index 3deb01a58..f3658678a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -10,7 +10,7 @@ plugins { } group = "at.hannibal2.skyhanni" -version = "0.16.UNRELEASED" +version = "0.15.1" // Toolchains: java { diff --git a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java index 02e9493ed..19f5bc38a 100644 --- a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java +++ b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java @@ -62,7 +62,7 @@ import java.util.List; public class SkyHanniMod { public static final String MODID = "skyhanni"; - public static final String VERSION = "0.16.UNRELEASED"; + public static final String VERSION = "0.15.1"; public static Features feature; |