Skip to content

Commit

Permalink
Release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lkorth committed Sep 30, 2016
1 parent 000eced commit 296c4ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CardForm/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
defaultConfig {
minSdkVersion 15
targetSdkVersion 24
versionCode 28
versionName '3.0.0-SNAPSHOT'
versionCode 29
versionName '3.0.0'

consumerProguardFiles 'proguard.cfg'
}
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 @@ In your `build.gradle`:

```groovy
dependencies {
compile 'com.braintreepayments:card-form:3.0.0-SNAPSHOT'
compile 'com.braintreepayments:card-form:3.0.0'
}
```

Expand Down

0 comments on commit 296c4ba

Please sign in to comment.