Skip to content

Commit

Permalink
Bump up version
Browse files Browse the repository at this point in the history
  • Loading branch information
konifar committed Mar 21, 2018
1 parent 2d09f52 commit b79cdd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ apply plugin: 'kotlin-android'
apply plugin: 'com.github.dcendents.android-maven'

def versionMajor = 0
def versionMinor = 1
def versionPatch = 3
def versionMinor = 2
def versionPatch = 0

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

0 comments on commit b79cdd2

Please sign in to comment.