Skip to content

Commit febfd11

Browse files
committed
fix: fixed user agent string
1 parent 91f6c0a commit febfd11

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
1+
22

33
For more information, please visit [https://developers.hostinger.com](https://developers.hostinger.com).
44

55
### Usage
66

77
```
8-
npm install [email protected].7 --save
8+
npm install [email protected].8 --save
99
```

configuration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export class Configuration {
4848
this.baseOptions = {
4949
...param.baseOptions,
5050
headers: {
51-
'User-Agent': "hostinger-api-sdk-typescript/0.0.7",
51+
'User-Agent': "hostinger-typescript-sdk/0.0.8",
5252
...param.baseOptions?.headers,
5353
},
5454
};

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hostinger-api-sdk",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"description": "Hostinger API TypeScript SDK",
55
"author": "Hostinger",
66
"repository": {

0 commit comments

Comments
 (0)