Update to Kotlin 1.1.1 & bump version
This commit is contained in:
parent
531b3da7ef
commit
4dda702c93
|
@ -1,4 +1,4 @@
|
|||
mod_version = 1.4.0
|
||||
mod_version = 1.4.1
|
||||
group = net.shadowfacts
|
||||
archivesBaseName = Forgelin
|
||||
|
||||
|
@ -6,4 +6,4 @@ mc_version = 1.10.2
|
|||
mcp_mappings = snapshot_20160802
|
||||
forge_version = 12.18.1.2045
|
||||
|
||||
kotlin_version = 1.1.0
|
||||
kotlin_version = 1.1.1
|
||||
|
|
|
@ -10,6 +10,6 @@ object Forgelin {
|
|||
|
||||
const val MOD_ID = "forgelin"
|
||||
const val NAME = "Forgelin"
|
||||
const val VERSION = "1.4.0"
|
||||
const val VERSION = "1.4.1"
|
||||
|
||||
}
|
Loading…
Reference in New Issue