Skip to content

Commit

Permalink
Bump up version
Browse files Browse the repository at this point in the history
  • Loading branch information
konifar committed Jun 21, 2018
1 parent 6a0eae0 commit 171473d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ apply plugin: "org.jlleitschuh.gradle.ktlint"

def versionMajor = 0
def versionMinor = 1
def versionPatch = 0
def versionPatch = 4

android {
compileSdkVersion versions.compileSdk
Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apply plugin: 'com.github.dcendents.android-maven'

def versionMajor = 0
def versionMinor = 1
def versionPatch = 1
def versionPatch = 4

group = 'co.kyash'
version = "$versionMajor.$versionMinor.$versionPatch"
Expand Down

0 comments on commit 171473d

Please sign in to comment.