Skip to content

Commit

Permalink
Version bump, should be fine now
Browse files Browse the repository at this point in the history
  • Loading branch information
ExtraCrafTX committed Jun 30, 2019
1 parent bf88597 commit 64ab11d
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 31 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ yarn_mappings=1.14.2+build.7
loader_version=0.4.8+build.155

# Mod Properties
mod_version = 0.0.4
mod_version = 0.0.5
maven_group = com.extracraftx.minecraft
archives_base_name = ServerAdditionsUtil

Expand Down

This file was deleted.

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": "serveradditionsutil",
"version": "0.0.4",
"version": "0.0.5",

"name": "serveradditionsutil",
"description": "An API to allow server side additions of blocks and items.",
Expand Down
1 change: 0 additions & 1 deletion src/main/resources/serveradditionsutil.mixins.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"GuiSlotUpdatePacketMixin",
"InventoryPacketMixin",
"EntityEquipmentUpdatePacketMixin",
"ChunkDeltaRecordMixin",
"EntityTrackerUpdatePacketMixin"
],
"injectors": {
Expand Down

0 comments on commit 64ab11d

Please sign in to comment.