Skip to content

Commit

Permalink
bump version to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammad fauzi masykur authored and uziwuzzy committed Oct 16, 2024
1 parent ed9418e commit fa06e01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/httpClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class HttpClient{
let headers = {
'content-type': 'application/json',
'accept': 'application/json',
'user-agent': 'midtransclient-nodejs/1.4.0'
'user-agent': 'midtransclient-nodejs/1.4.1'
};

let reqBodyPayload = {};
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "midtrans-client",
"version": "1.4.0",
"version": "1.4.1",
"description": "Official Midtrans Payment API Client for Node JS",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit fa06e01

Please sign in to comment.