Skip to content

Commit

Permalink
Merge pull request #143 from gocardless/template-changes
Browse files Browse the repository at this point in the history
Version bump to 3.6.1
  • Loading branch information
Yusuf B committed Dec 13, 2022
2 parents 62a3440 + 069457a commit ee449cb
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": "3.6.0",
"version": "3.6.1",
"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 = '3.6.0';
const CLIENT_VERSION = '3.6.1';
const API_VERSION = '2015-07-06';

export { Environments, CLIENT_VERSION, API_VERSION };

0 comments on commit ee449cb

Please sign in to comment.