Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Commit

Permalink
INT-0072: Bump version for copy & paste fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BlasiusVonSzerencsi committed Nov 15, 2018
1 parent 97187fe commit 6dad534
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "request-rocket",
"version": "1.0.0",
"version": "1.0.1",
"author": "Emarsys <[email protected]>",
"description": "Emarsys REST API client",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/main/rest-client.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default class RestClient {
timeout: timeoutInMilliseconds,
headers: {
common: {
'User-Agent': 'RequestRocket/1.0.0'
'User-Agent': 'RequestRocket/1.0.1'
}
}
});
Expand Down

0 comments on commit 6dad534

Please sign in to comment.