Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

Commit

Permalink
Release 3.20200226.0 (#88)
Browse files Browse the repository at this point in the history
Co-authored-by: SDK Deployer <[email protected]>
  • Loading branch information
ssung88 and square-sdk-deployer authored Feb 26, 2020
1 parent 7dcef3d commit 727e5bb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## Version 3.2020226.0 (2020-02-26)
## Version 3.20200226.0 (2020-02-26)
## API releases
* **GA release**: All SDKs have been updated to support the new Bank Accounts and CashDrawerShifts APIs.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "square-connect",
"version": "3.2020226.0",
"version": "3.20200226.0",
"description": "JavaScript client library for the Square Connect v2 API",
"keywords": [
"square",
Expand Down
4 changes: 2 additions & 2 deletions src/ApiClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ var HeaderUtils = require('./lib/HeaderUtils');

/**
* @module ApiClient
* @version 3.2020226.0
* @version 3.20200226.0
*/

/**
Expand Down Expand Up @@ -49,7 +49,7 @@ var exports = function() {
* @default {}
*/
this.defaultHeaders = {
'User-Agent': 'Square-Connect-Javascript/3.2020226.0'
'User-Agent': 'Square-Connect-Javascript/3.20200226.0'
};
/**
* The default HTTP timeout for all API calls.
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@ var V1TransactionsApi = require('./api/V1TransactionsApi');
* </pre>
* </p>
* @module index
* @version 3.2020226.0
* @version 3.20200226.0
*/
module.exports = {
/**
Expand Down

0 comments on commit 727e5bb

Please sign in to comment.