Skip to content

Commit 3091736

Browse files
committed
Bump version to 1.8
1 parent ebb735d commit 3091736

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ sourceCompatibility = 1.8
2626
targetCompatibility = 1.8
2727

2828
archivesBaseName = "Manningham Mills"
29-
version = "1.7"
29+
version = "1.8"
3030

3131
minecraft {
3232
refmapName = "mixins.mm.refmap.json"

example/resources/fabric.mod.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"id": "mme",
44
"name": "Manningham Mills Example",
55
"description": "I swear this actually works",
6-
"version": "3",
6+
"version": "4",
77
"authors": [
88
"Chocohead"
99
],
@@ -25,6 +25,6 @@
2525
},
2626
"depends": {
2727
"fabricloader": ">=0.4.3",
28-
"mm": ">=1.7"
28+
"mm": ">=1.8"
2929
}
3030
}

resources/fabric.mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"id": "mm",
44
"name": "Manningham Mills",
55
"description": "The mod to do what asie said Fabric shouldn't allow you to do",
6-
"version": "1.7",
6+
"version": "1.8",
77
"icon": "assets/mm/icon.png",
88
"authors": [
99
"Chocohead"

0 commit comments

Comments
 (0)