Skip to content

Commit

Permalink
[bump] v3.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrahimlawal committed Jun 20, 2017
1 parent 3374ed1 commit d449030
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ Last updated Sep 5, 2016
(from http://keepachangelog.com/)

All notable changes to this project will be documented in this file.
## Released v3.0.5 on Jun 20, 2017
- Fixed a bug that made some verve cards get bounced by the validator
- Other minor bug fixes

## Released v3.0.1 on Apr 7, 2017
- Add access_code support (`chargeCard` will resume transaction initialized on server)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ You do not need to clone this repository or download the files. Just add the fol

```gradle
dependencies {
compile 'co.paystack.android:paystack:3.0.4'
compile 'co.paystack.android:paystack:3.0.5'
}
```

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ ext {
compileSdkVersion = 25
minSdkVersion = 16
targetSdkVersion = 25
versionCode = 15
versionCode = 16

buildToolsVersion = "25.0.1"
supportLibraryVersion = "25.3.1"
versionName = "3.0.4"
versionName = "3.0.5"
}

0 comments on commit d449030

Please sign in to comment.