Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build for version - 10.99.0 #712

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "xero-node",
"version": "9.2.0",
"description": "Xero NodeJS OAuth 2.0 client for xero-node",
"version": "10.99.0",
"description": "Xero NodeJS OAuth 2.0 client for xero-node testing the flow again testing",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "Xero Platform Team",
Expand Down
2 changes: 1 addition & 1 deletion src/gen/api/accountingApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export enum AccountingApiApiKeys {

export class AccountingApi {
protected _basePath = defaultBasePath;
protected defaultHeaders : any = {'user-agent': 'xero-node-9.2.0'};
protected defaultHeaders : any = {'user-agent': 'xero-node-10.99.0'};
protected _useQuerystring : boolean = false;
protected binaryHeaders : any = {};

Expand Down
Loading