Skip to content

Commit

Permalink
Merge pull request #27 from TourCMS/release/2.0.0
Browse files Browse the repository at this point in the history
release/2.0.0
  • Loading branch information
paulslugocki authored Feb 16, 2023
2 parents b3f2964 + 320c2e7 commit 8a53a8a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion node-tourcms.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function TourCMS(options) {
marketplaceId: 0,
channelId: 0,
channels: [],
userAgent: '',
userAgent: 'TourCMS Node Wrapper v2.0.0',
prependCallerToUserAgent: true
};

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"api"
],
"homepage": "https://github.com/tourcms/node-tourcms",
"version": "1.3.0",
"author": "TourCMS <support@tourcms.com> (http://www.tourcms.com)",
"version": "2.0.0",
"author": "TourCMS <support@palisis.com> (https://www.tourcms.com)",
"contributors": [
"Paul Slugocki <paul.slugocki@tourcms.com> (https://github.com/paulslugocki)"
"Paul Slugocki <paul.slugocki@palisis.com> (https://github.com/paulslugocki)"
],
"main": "node-tourcms.js",
"repository": {
Expand Down

0 comments on commit 8a53a8a

Please sign in to comment.