Skip to content

Commit a93f38b

Browse files
authored
Merge pull request #85 from Midtrans/release/1.4.2
bump version to 1.4.2
2 parents 2763921 + 639f967 commit a93f38b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -763,7 +763,7 @@ iris.createBeneficiaries({
763763
```
764764
You can also refer to [Iris test cases](/test/iris.test.js) for sample usage for now. Dedicated sample usage might be written later in the future.
765765

766-
## 6. Snap-BI (*NEW FEATURE starting v1.4.0)
766+
## 6. Snap-BI (*NEW FEATURE starting v1.4.2)
767767
Standar Nasional Open API Pembayaran, or in short SNAP, is a national payment open API standard published by Bank Indonesia. To learn more you can read this [docs](https://docs.midtrans.com/reference/core-api-snap-open-api-overview)
768768

769769
### 6.1 General Settings

lib/httpClient.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class HttpClient{
1717
let headers = {
1818
'content-type': 'application/json',
1919
'accept': 'application/json',
20-
'user-agent': 'midtransclient-nodejs/1.4.1'
20+
'user-agent': 'midtransclient-nodejs/1.4.2'
2121
};
2222

2323
let reqBodyPayload = {};

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "midtrans-client",
3-
"version": "1.4.1",
3+
"version": "1.4.2",
44
"description": "Official Midtrans Payment API Client for Node JS",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)