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

Commit

Permalink
Bumped version for new release of generic code work.
Browse files Browse the repository at this point in the history
  • Loading branch information
tim.j committed May 13, 2019
1 parent 360aa69 commit f59a066
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": "lightrail-client",
"version": "4.2.0",
"version": "4.2.1",
"description": "A Javascript and Typescript client for Lightrail",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export function request(method: string, path: string): superagent.Request {
}
if (!configuration.isBrowser) {
// TODO@Dan Review Previous import of package.json to dynamically set this was breaking publish (dist included src/ & package.json file)
r.set("User-Agent", "Lightrail-JavaScript/4.2.0");
r.set("User-Agent", "Lightrail-JavaScript/4.2.1");
}
if (configuration.isBrowser) {
r.set("X-Requested-With", "XMLHttpRequest");
Expand Down

0 comments on commit f59a066

Please sign in to comment.