Skip to content

Commit

Permalink
Update to Kotlin 1.1.1 & bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowfacts committed Mar 27, 2017
1 parent 531b3da commit 4dda702
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
mod_version = 1.4.0
mod_version = 1.4.1
group = net.shadowfacts
archivesBaseName = Forgelin

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
2 changes: 1 addition & 1 deletion src/main/kotlin/net/shadowfacts/forgelin/Forgelin.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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"

}

0 comments on commit 4dda702

Please sign in to comment.