Skip to content

Commit

Permalink
0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hannibal002 committed Jan 25, 2023
1 parent 9084b39 commit b464bf9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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**)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
}

group = "at.hannibal2.skyhanni"
version = "0.16.UNRELEASED"
version = "0.15.1"

// Toolchains:
java {
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
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;

Expand Down

0 comments on commit b464bf9

Please sign in to comment.