Skip to content

Commit

Permalink
Bump version to 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocohead committed May 22, 2019
1 parent eea77ac commit f96754a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.5"
version = "1.6"

minecraft {
refmapName = "mixins.mm.refmap.json"
Expand Down
2 changes: 1 addition & 1 deletion example/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
]
},
"requires": {
"mm": ">=1.5"
"mm": ">=1.6"
}
}
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.5",
"version": "1.6",
"authors": [
"Chocohead"
],
Expand Down

0 comments on commit f96754a

Please sign in to comment.