Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyrofab committed Jun 15, 2024
1 parent 9c1debc commit 0baaec5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import net.fabricmc.loom.task.RemapJarTask

plugins {
id 'io.github.ladysnake.chenille' version '0.11.3'
id 'org.quiltmc.loom' version '1.6.+'
id 'io.github.ladysnake.chenille' version '0.13.0'
id 'maven-publish'
}

Expand Down
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
------------------------------------------------------
Version 0.11.1
------------------------------------------------------
**Fixes**
- Fixed crash when trying to change selected slot in hotbar (thanks MrSterner!)

------------------------------------------------------
Version 0.11.0
------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ org.gradle.jvmargs=-Xmx3G
loader_version=0.23.0-beta.1

# Mod Properties
mod_version = 0.11.0
mod_version = 0.11.1
maven_group = org.ladysnake
archives_base_name = locki

Expand Down

0 comments on commit 0baaec5

Please sign in to comment.