File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " simpay-typescript-api" ,
3
3
"author" : " Rafał Więcek <r.wiecek@simpay.pl> (https://github.com/DarkGL)" ,
4
- "version" : " 3.0.2 " ,
4
+ "version" : " 3.0.3 " ,
5
5
"description" : " SimPay.pl API wrapper" ,
6
6
"main" : " dist/index.js" ,
7
7
"types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ export class DirectBilling {
25
25
headers : {
26
26
'X-SIM-KEY' : this . key ,
27
27
'X-SIM-PASSWORD' : this . password ,
28
- 'X-SIM-VERSION' : '3.0.2 ' ,
28
+ 'X-SIM-VERSION' : '3.0.3 ' ,
29
29
'X-SIM-PLATFORM' : 'TYPESCRIPT' ,
30
30
} ,
31
31
} ) ;
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ export class Sms {
17
17
headers : {
18
18
'X-SIM-KEY' : this . key ,
19
19
'X-SIM-PASSWORD' : this . password ,
20
- 'X-SIM-VERSION' : '3.0.2 ' ,
20
+ 'X-SIM-VERSION' : '3.0.3 ' ,
21
21
'X-SIM-PLATFORM' : 'TYPESCRIPT' ,
22
22
} ,
23
23
} ) ;
You can’t perform that action at this time.
0 commit comments