Skip to content

Commit

Permalink
Merge pull request #98 from afterpay/tech/release-1.3.0
Browse files Browse the repository at this point in the history
Prepare 1.3.0 release
  • Loading branch information
k-obrien authored Apr 16, 2021
2 parents 65d27d5 + 0fb534a commit 69d0cde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Add `afterpay-android` to your `build.gradle` dependencies.

```gradle
dependencies {
implementation 'com.afterpay:afterpay-android:1.2.1'
implementation 'com.afterpay:afterpay-android:1.3.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=com.afterpay
VERSION_NAME=1.2.1-SNAPSHOT
VERSION_NAME=1.3.0-SNAPSHOT

POM_URL=https://github.com/afterpay/sdk-android/
POM_SCM_URL=https://github.com/afterpay/sdk-android/
Expand Down

0 comments on commit 69d0cde

Please sign in to comment.