Skip to content

Commit

Permalink
Prepared to release version 2.6.4 (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
nuxzero committed Feb 26, 2018
1 parent 97c2135 commit f60b383
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGE LOG

# v2.6.4

* **NEW:** Allow the user to authorize the payment with an external app.

# v2.6.3

* **NEW:** Add `bank` field to Card.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Adds the following line to your project's build.gradle file inside the `dependen
block:

```groovy
compile 'co.omise:omise-android:2.6.3'
compile 'co.omise:omise-android:2.6.4'
```

## Usage
Expand Down
6 changes: 3 additions & 3 deletions sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 26
versionCode 6
versionName "2.6.3"
versionCode 7
versionName "2.6.4"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}

Expand Down Expand Up @@ -55,7 +55,7 @@ uploadArchives {
packaging 'aar'
groupId 'co.omise'
artifactId 'omise-android'
version '2.6.3'
version '2.6.4'
url 'https://www.omise.co'

scm {
Expand Down

0 comments on commit f60b383

Please sign in to comment.