Skip to content

Commit fa06e01

Browse files
muhammad fauzi masykuruziwuzzy
authored andcommitted
bump version to 1.4.1
1 parent ed9418e commit fa06e01

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.0'
20+
'user-agent': 'midtransclient-nodejs/1.4.1'
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.0",
3+
"version": "1.4.1",
44
"description": "Official Midtrans Payment API Client for Node JS",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)