Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rizdaprasetya committed Mar 15, 2021
1 parent 8ed0359 commit 3b1973c
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.2.1'
'user-agent': 'midtransclient-nodejs/1.2.3'
};

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.2.2",
"version": "1.2.3",
"description": "Official Midtrans Payment API Client for Node JS",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 3b1973c

Please sign in to comment.