Skip to content

Commit 755fc0d

Browse files
committed
Bump version to 3.0.3
1 parent 533793b commit 755fc0d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "simpay-typescript-api",
33
"author": "Rafał Więcek <r.wiecek@simpay.pl> (https://github.com/DarkGL)",
4-
"version": "3.0.2",
4+
"version": "3.0.3",
55
"description": "SimPay.pl API wrapper",
66
"main": "dist/index.js",
77
"types": "dist/index.d.ts",

src/payments/directbilling.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export class DirectBilling {
2525
headers: {
2626
'X-SIM-KEY': this.key,
2727
'X-SIM-PASSWORD': this.password,
28-
'X-SIM-VERSION': '3.0.2',
28+
'X-SIM-VERSION': '3.0.3',
2929
'X-SIM-PLATFORM': 'TYPESCRIPT',
3030
},
3131
});

src/payments/sms.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export class Sms {
1717
headers: {
1818
'X-SIM-KEY': this.key,
1919
'X-SIM-PASSWORD': this.password,
20-
'X-SIM-VERSION': '3.0.2',
20+
'X-SIM-VERSION': '3.0.3',
2121
'X-SIM-PLATFORM': 'TYPESCRIPT',
2222
},
2323
});

0 commit comments

Comments
 (0)