We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 413f227 commit fadd432Copy full SHA for fadd432
2 files changed
.github/ISSUE_TEMPLATE/bug_report.yml
@@ -35,7 +35,7 @@ body:
35
label: Mod Version
36
description: The version of EMI++ Backport you were using
37
options:
38
- - "1.0.1"
+ - "1.1.0"
39
- "1.0.0"
40
validations:
41
required: true
gradle.properties
@@ -3,7 +3,7 @@ org.gradle.jvmargs=-Xmx4G
3
org.gradle.parallel=true
4
5
# Mod properties
6
-modVersion = 1.0.1-1.20.1
+modVersion = 1.1.0-1.20.1
7
mavenGroup = concerrox.emixx
8
archivesName = emixx
9
enabledPlatforms = fabric,forge
0 commit comments