Skip to content

Commit

Permalink
Updated mod version
Browse files Browse the repository at this point in the history
  • Loading branch information
BVengo committed Jul 11, 2024
1 parent ea1ec4c commit bfc7f42
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
org.gradle.jvmargs=-Xmx1G

# Mod Properties
mod_version = 2.4.3
mod_version = 2.4.4
maven_group = com.bvengo
archives_base_name = simpleshulkerpreview

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"schemaVersion": 1,
"id": "simpleshulkerpreview",
"version": "2.4.3",
"version": "2.4.4",
"icon": "assets/simpleshulkerpreview/icon.png",
"name": "Simple Shulker Preview",
"description": "Display a configurable icon indicating the contents of a shulker box, as well as a capacity bar.",
Expand Down
2 changes: 0 additions & 2 deletions src/main/resources/simpleshulkerpreview.mixins.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
"minVersion": "0.8",
"package": "com.bvengo.simpleshulkerpreview.mixin",
"compatibilityLevel": "JAVA_17",
"mixins": [
],
"client": [
"DrawContextMixin"
],
Expand Down

0 comments on commit bfc7f42

Please sign in to comment.