Skip to content

Commit

Permalink
Bump up version
Browse files Browse the repository at this point in the history
  • Loading branch information
konifar committed Sep 28, 2018
1 parent 8939e1d commit 5fa7cc9
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 = 2
def versionPatch = 2
def versionMinor = 3
def versionPatch = 0

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

0 comments on commit 5fa7cc9

Please sign in to comment.