Skip to content

Commit 52706ba

Browse files
author
muhammad fauzi masykur
committed
bump version 1.4.0
1 parent f9d9a2b commit 52706ba

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.3.0'
20+
'user-agent': 'midtransclient-nodejs/1.4.0'
2121
};
2222

2323
let reqBodyPayload = {};

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.3.1",
3+
"version": "1.4.0",
44
"description": "Official Midtrans Payment API Client for Node JS",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)