Skip to content

Commit

Permalink
Bump version to 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
edipo2s committed Feb 24, 2017
1 parent c1a27b4 commit fc9ffe5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

buildscript {
ext {
appVersionName = "0.4.3"
appVersionCode = 14
appVersionName = "0.4.4"
appVersionCode = 15

kotlin_version = "1.1.0-beta-38"
prepareToRelease = true
kotlin_version = "1.1.0-rc-91"
prepareToRelease = false
}

repositories {
Expand Down

0 comments on commit fc9ffe5

Please sign in to comment.