Skip to content

Commit

Permalink
Bump version to 3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkGL committed Jan 6, 2025
1 parent 533793b commit 755fc0d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "simpay-typescript-api",
"author": "Rafał Więcek <r.wiecek@simpay.pl> (https://github.com/DarkGL)",
"version": "3.0.2",
"version": "3.0.3",
"description": "SimPay.pl API wrapper",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/payments/directbilling.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export class DirectBilling {
headers: {
'X-SIM-KEY': this.key,
'X-SIM-PASSWORD': this.password,
'X-SIM-VERSION': '3.0.2',
'X-SIM-VERSION': '3.0.3',
'X-SIM-PLATFORM': 'TYPESCRIPT',
},
});
Expand Down
2 changes: 1 addition & 1 deletion src/payments/sms.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export class Sms {
headers: {
'X-SIM-KEY': this.key,
'X-SIM-PASSWORD': this.password,
'X-SIM-VERSION': '3.0.2',
'X-SIM-VERSION': '3.0.3',
'X-SIM-PLATFORM': 'TYPESCRIPT',
},
});
Expand Down

0 comments on commit 755fc0d

Please sign in to comment.