Skip to content

Commit

Permalink
Version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DenWav committed Dec 26, 2020
1 parent 29683ac commit 8a51d5c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 4 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@ plugins {
`maven-publish`
}

group = "com.demonwav"
version = "1.0-SNAPSHOT"

val modVersion: String by project
val minecraftVersion: String by project
val yarnMappings: String by project
val loaderVersion: String by project

group = "com.demonwav"
version = modVersion

val modInclude: Configuration by configurations.creating {
exclude(group = "net.fabricmc.fabric-api")
}
Expand Down
2 changes: 2 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Done to increase the memory available to gradle.
org.gradle.jvmargs=-Xmx1G

modVersion=2.0.0

# Fabric Properties
minecraftVersion=1.16.4
yarnMappings=1.16.4+build.7
Expand Down

0 comments on commit 8a51d5c

Please sign in to comment.