Skip to content

Commit

Permalink
Increase version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrenzo17 committed Nov 24, 2021
1 parent fec2db1 commit 770ff0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.5'
'user-agent': 'midtransclient-nodejs/1.3.0'
};

let reqBodyPayload = {};
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -29,6 +29,6 @@
},
"devDependencies": {
"chai": "^4.3.4",
"mocha": "^9.1.1"
"mocha": "^9.1.3"
}
}

0 comments on commit 770ff0b

Please sign in to comment.