Skip to content

Commit

Permalink
Bump version to 1.9.1
Browse files Browse the repository at this point in the history
This should be everything 1.9 was expected to contain working fully
  • Loading branch information
Chocohead committed Dec 12, 2019
1 parent c771306 commit 19f9d42
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ sourceCompatibility = 1.8
targetCompatibility = 1.8

archivesBaseName = "Manningham Mills"
version = "1.8"
version = "1.9.1"

minecraft {
refmapName = "mixins.mm.refmap.json"
Expand Down
4 changes: 2 additions & 2 deletions example/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"id": "mme",
"name": "Manningham Mills Example",
"description": "I swear this actually works",
"version": "4",
"version": "5",
"authors": [
"Chocohead"
],
Expand All @@ -25,6 +25,6 @@
},
"depends": {
"fabricloader": ">=0.4.3 <0.7",
"mm": ">=1.9 <2.0"
"mm": "^1.9.1"
}
}
2 changes: 1 addition & 1 deletion resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"id": "mm",
"name": "Manningham Mills",
"description": "The mod to do what asie said Fabric shouldn't allow you to do",
"version": "1.9",
"version": "1.9.1",
"icon": "assets/mm/icon.png",
"authors": [
"Chocohead"
Expand Down

0 comments on commit 19f9d42

Please sign in to comment.