diff --git a/package.json b/package.json index 9c96f43e..64c675d6 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/gen/api/accountingApi.ts b/src/gen/api/accountingApi.ts index 2ff8079d..41263449 100644 --- a/src/gen/api/accountingApi.ts +++ b/src/gen/api/accountingApi.ts @@ -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 = {};