Skip to content

Commit

Permalink
new version upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 30, 2024
1 parent a88d283 commit ea10c97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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": "9.99.0",
"description": "Xero NodeJS OAuth 2.0 client for xero-node testing joy again testing joy and joy",
"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-9.99.0'};
protected _useQuerystring : boolean = false;
protected binaryHeaders : any = {};

Expand Down

0 comments on commit ea10c97

Please sign in to comment.