Skip to content

Commit

Permalink
Changes generated by 20d1019c3f0b3b1a5332386e6e174f1dd10df91f
Browse files Browse the repository at this point in the history
  • Loading branch information
gocardless-robot committed Aug 16, 2021
1 parent b1be7e0 commit d9e408c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gocardless-nodejs",
"version": "2.1.0",
"version": "2.2.0",
"description": "Node.js client for the GoCardless API - a powerful, simple solution for the collection of recurring bank-to-bank payments",
"author": "GoCardless Ltd <[email protected]>",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ enum Environments {
Sandbox = 'SANDBOX',
}

const CLIENT_VERSION = '2.1.0';
const CLIENT_VERSION = '2.2.0';
const API_VERSION = '2015-07-06';

export { Environments, CLIENT_VERSION, API_VERSION };

0 comments on commit d9e408c

Please sign in to comment.