Skip to content

Commit

Permalink
Bump version to 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocohead committed Feb 13, 2020
1 parent 9547496 commit 1883c04
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.9.1"
version = "2.0"

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": "5",
"version": "6",
"authors": [
"Chocohead"
],
Expand All @@ -23,6 +23,6 @@
},
"depends": {
"fabricloader": ">=0.7.0",
"mm": "^1.9.1"
"mm": ">=2.0"
}
}
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.1",
"version": "2.0",
"icon": "assets/mm/icon.png",
"authors": [
"Chocohead"
Expand Down

0 comments on commit 1883c04

Please sign in to comment.