Skip to content

Commit

Permalink
Update version to 1.39.0
Browse files Browse the repository at this point in the history
Co-authored-by: oleon <[email protected]>
  • Loading branch information
jplukarski and oscarleonnogales committed Jul 13, 2023
1 parent 0aeffbc commit 2324732
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 46 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

## Unreleased
## 1.39.0
- Update braintree-web to v3.96.0

## 1.38.1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ This is a full example of a Drop-in integration that only accepts credit cards.
<div id="dropin-container"></div>
<button id="submit-button">Purchase</button>

<script src="https://js.braintreegateway.com/web/dropin/1.38.1/js/dropin.min.js"></script>
<script src="https://js.braintreegateway.com/web/dropin/1.39.0/js/dropin.min.js"></script>

<script>
var submitButton = document.querySelector('#submit-button');
Expand Down
82 changes: 38 additions & 44 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2324732

Please sign in to comment.