Skip to content

Commit 8a53a8a

Browse files
authored
Merge pull request #27 from TourCMS/release/2.0.0
release/2.0.0
2 parents b3f2964 + 320c2e7 commit 8a53a8a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

node-tourcms.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ function TourCMS(options) {
1818
marketplaceId: 0,
1919
channelId: 0,
2020
channels: [],
21-
userAgent: '',
21+
userAgent: 'TourCMS Node Wrapper v2.0.0',
2222
prependCallerToUserAgent: true
2323
};
2424

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
"api"
77
],
88
"homepage": "https://github.com/tourcms/node-tourcms",
9-
"version": "1.3.0",
10-
"author": "TourCMS <support@tourcms.com> (http://www.tourcms.com)",
9+
"version": "2.0.0",
10+
"author": "TourCMS <support@palisis.com> (https://www.tourcms.com)",
1111
"contributors": [
12-
"Paul Slugocki <paul.slugocki@tourcms.com> (https://github.com/paulslugocki)"
12+
"Paul Slugocki <paul.slugocki@palisis.com> (https://github.com/paulslugocki)"
1313
],
1414
"main": "node-tourcms.js",
1515
"repository": {

0 commit comments

Comments
 (0)