Skip to content

Commit

Permalink
Increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
emersoncloud committed Jan 29, 2019
1 parent 3986dba commit dd4745c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ android {
minSdkVersion 15
targetSdkVersion 28
versionCode 1
versionName '0.2.1'
versionName '0.2.2'
externalNativeBuild {
cmake {
cppFlags ''
Expand Down
2 changes: 1 addition & 1 deletion jpegkit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ task deployRelease {
}

group = 'com.camerakit'
version = '0.2.1'
version = '0.2.2'

install {
repositories.mavenInstaller {
Expand Down

0 comments on commit dd4745c

Please sign in to comment.