Skip to content

Commit

Permalink
Bump version to 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocohead committed Sep 30, 2019
1 parent ebb735d commit 3091736
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.7"
version = "1.8"

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": "3",
"version": "4",
"authors": [
"Chocohead"
],
Expand All @@ -25,6 +25,6 @@
},
"depends": {
"fabricloader": ">=0.4.3",
"mm": ">=1.7"
"mm": ">=1.8"
}
}
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.7",
"version": "1.8",
"icon": "assets/mm/icon.png",
"authors": [
"Chocohead"
Expand Down

0 comments on commit 3091736

Please sign in to comment.