Skip to content

Commit

Permalink
Release 4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Shropshire committed Jun 2, 2020
1 parent f318a68 commit 596633a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CardForm/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'maven'
apply plugin: 'signing'
apply plugin: 'io.codearte.nexus-staging'

version '4.2.1-SNAPSHOT'
version '4.3.0'

android {
compileSdkVersion 28
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Add the dependency in your `build.gradle`:

```groovy
dependencies {
implementation 'com.braintreepayments:card-form:4.2.0'
implementation 'com.braintreepayments:card-form:4.3.0'
}
```

Expand Down

0 comments on commit 596633a

Please sign in to comment.