Skip to content

Commit

Permalink
Bump to version 1.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rakawestu committed Mar 28, 2018
1 parent 129e9cb commit 0982b19
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bmp.yml
@@ -1,5 +1,5 @@
---
version: 1.17.0
version: 1.17.1
commit: Bump to version %.%.%
files:
corekit/build.gradle: version = '%.%.%'
Expand Down
2 changes: 1 addition & 1 deletion corekit/build.gradle
Expand Up @@ -5,7 +5,7 @@ apply from: '../jacoco.gradle'
apply plugin: 'com.vanniktech.android.junit.jacoco'

group = 'com.midtrans'
version = '1.17.0'
version = '1.17.1'

buildscript {
repositories {
Expand Down
2 changes: 1 addition & 1 deletion scancard/build.gradle
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'com.jfrog.bintray'
apply plugin: 'maven-publish'

group = 'com.midtrans'
version = '1.17.0'
version = '1.17.1'

android {
def DEFAULT_PUBLISH
Expand Down
2 changes: 1 addition & 1 deletion uikit/build.gradle
Expand Up @@ -5,7 +5,7 @@ apply from: '../jacoco-uikit.gradle'
apply plugin: 'com.vanniktech.android.junit.jacoco'

group = 'com.midtrans'
version = '1.17.0'
version = '1.17.1'

ext {
espressoVersion = "2.2.2"
Expand Down

0 comments on commit 0982b19

Please sign in to comment.