Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
ParkerMc
Drop Amnesia
Commits
7cd6896a
Verified
Commit
7cd6896a
authored
Jul 19, 2019
by
ParkerMc
Browse files
Updated dep. version to make it a range
parent
0a541dbf
Pipeline
#71949158
passed with stages
in 2 minutes and 28 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
build.gradle
build.gradle
+1
-1
src/main/resources/mcmod.info
src/main/resources/mcmod.info
+2
-2
No files found.
build.gradle
View file @
7cd6896a
...
...
@@ -6,6 +6,6 @@ subprojects {
drop_version_major
=
1
drop_version_minor
=
0
drop_version_micro
=
0
amnesia_version
=
"1.0.0"
amnesia_version
=
"
[
1.0.0
,1.1.0)
"
}
}
src/main/resources/mcmod.info
View file @
7cd6896a
...
...
@@ -12,7 +12,7 @@
"logoFile": "",
"screenshots": [],
"useDependencyInformation": true,
"requiredMods": ["amnesia@
[
${amnesia_version}
]
"],
"dependencies": ["amnesia@
[
${amnesia_version}
]
"]
"requiredMods": ["amnesia@${amnesia_version}"],
"dependencies": ["amnesia@${amnesia_version}"]
}
]
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment