Skip to content

Commit

Permalink
v0.3.2 preparations
Browse files Browse the repository at this point in the history
  • Loading branch information
ilmat192 committed Sep 5, 2017
1 parent b892946 commit 5289be4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v0.3.2 (Sep 2017) ##
* Bug fixes

## v0.3.1 (Aug 2017) ##
* Improvements in C interop tools (function pointers, bitfields, bugfixes)
* Improvements to Gradle plugin and dependency downloader
Expand Down Expand Up @@ -31,4 +34,4 @@
* Improve compilation and linking performance

## v0.1 (Mar 2017) ##
Initial technical preview of Kotlin/Native.
Initial technical preview of Kotlin/Native
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ kotlinCompilerRepo=https://dl.bintray.com/jetbrains/kotlin-native-dependencies
#kotlinCompilerRepo=http://oss.sonatype.org/content/repositories/snapshots
#kotlinCompilerRepo=http://dl.bintray.com/kotlin/kotlin-dev
kotlinVersion=1.1-20170901.201358-842
konanVersion=0.3.1
konanVersion=0.3.2
org.gradle.jvmargs='-Dfile.encoding=UTF-8'

##
Expand Down

0 comments on commit 5289be4

Please sign in to comment.