diff --git a/package.json b/package.json index 9c96f43e..87cfa19e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xero-node", - "version": "9.2.0", + "version": "9.77.0", "description": "Xero NodeJS OAuth 2.0 client for xero-node", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/src/gen/api/accountingApi.ts b/src/gen/api/accountingApi.ts index 2ff8079d..87e17a51 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-9.77.0'}; protected _useQuerystring : boolean = false; protected binaryHeaders : any = {};