Skip to content

Commit

Permalink
Update version to 1.36.1
Browse files Browse the repository at this point in the history
Co-authored-by: Dani Poplin <[email protected]>
Co-authored-by: Shelby Coleman <[email protected]>
  • Loading branch information
jplukarski committed Mar 31, 2023
1 parent 533866a commit 99abe6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.36.1
- Update braintree-web to 3.92.1

## 1.36.0
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.36.0/js/dropin.min.js"></script>
<script src="https://js.braintreegateway.com/web/dropin/1.36.1/js/dropin.min.js"></script>

<script>
var submitButton = document.querySelector('#submit-button');
Expand Down

0 comments on commit 99abe6a

Please sign in to comment.