Skip to content

Commit

Permalink
Update version v1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rap1ds committed Oct 8, 2024
1 parent 784a1c7 commit ec92a8d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/sharetribe-flex-integration-sdk-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -8307,7 +8307,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE_173__;

"use strict";
// Update this when updating package.json
var sdkVersion = '1.10.1';
var sdkVersion = '1.11.0';
/* harmony default export */ __webpack_exports__["a"] = (sdkVersion);

/***/ }),
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sharetribe-flex-integration-sdk",
"version": "1.10.1",
"version": "1.11.0",
"description": "Sharetribe Integration API SDK for JavaScript",
"main": "build/sharetribe-flex-integration-sdk-node.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/version.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// Update this when updating package.json
const sdkVersion = '1.10.1';
const sdkVersion = '1.11.0';
export default sdkVersion;

0 comments on commit ec92a8d

Please sign in to comment.