We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fceb85 commit d55d334Copy full SHA for d55d334
build.gradle.kts
@@ -21,7 +21,7 @@ plugins {
21
}
22
23
group = "dev.dediamondpro"
24
-version = "1.0.1"
+version = "1.0.2"
25
26
repositories {
27
mavenCentral()
gradle.properties
@@ -1,5 +1,3 @@
1
-version_test = 1.0.1
2
-
3
# Gradle Configuration
4
org.gradle.daemon=true
5
org.gradle.parallel=true
minecraft/gradle.properties
@@ -1,6 +1,6 @@
# Mod Configuration
mod_name=MineMark
mod_id=minemark
-mod_version=1.0.1
+mod_version=1.0.2
mod_description=Markdown rendering library
6
mod_license=LGPL
0 commit comments