Skip to content

Commit

Permalink
Change version back to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yanex committed May 17, 2017
1 parent 335452b commit 8039968
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion anko/idea-plugin/preview/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<id>org.jetbrains.kotlin.android.dsl</id>
<name>Anko Support</name>
<description>Anko Android library support.</description>
<version>0.10.0-rc</version>
<version>0.10.0</version>
<vendor url="http://www.jetbrains.com">JetBrains s.r.o.</vendor>

<idea-version since-build="171.1" until-build="172.*"/>
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
ext.kotlinx_dom_version = '0.0.10'
ext.kotlinx_coroutines_version = '0.13'

ext.ANKO_VERSION = '0.10.0-rc'
ext.ANKO_VERSION = '0.10.0'
ext.ANKO_VERSION_CODE = 100

ext.COMPILE_SDK_VERSION = 25
Expand Down

0 comments on commit 8039968

Please sign in to comment.