diff --git a/lib/httpClient.js b/lib/httpClient.js index 136051d..4ebd559 100644 --- a/lib/httpClient.js +++ b/lib/httpClient.js @@ -17,7 +17,7 @@ class HttpClient{ let headers = { 'content-type': 'application/json', 'accept': 'application/json', - 'user-agent': 'midtransclient-nodejs/1.2.5' + 'user-agent': 'midtransclient-nodejs/1.3.0' }; let reqBodyPayload = {}; diff --git a/package.json b/package.json index f670bf4..df4c1b9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "midtrans-client", - "version": "1.2.5", + "version": "1.3.0", "description": "Official Midtrans Payment API Client for Node JS", "main": "index.js", "scripts": { @@ -29,6 +29,6 @@ }, "devDependencies": { "chai": "^4.3.4", - "mocha": "^9.1.1" + "mocha": "^9.1.3" } }