Skip to content

Commit

Permalink
bumped version to 4.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinehage committed Aug 14, 2021
1 parent d586280 commit 8e42431
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions libexec/importer/index.js
Expand Up @@ -42,6 +42,10 @@ module.exports = (options, data, extra) => {
"extraParam": data.profileSecret.extraParam,
"URLParam": data.profileSecret.URLParam,
};

if (data.profileSecret.protocol) {
doc.config.protocol = data.profileSecret.protocol;
}
}
};
let settings = (doc) => {
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "soajs.installer.remote",
"description": "soajs remote installer allows you to deploy soajs on a remote cloud provider",
"version": "4.4.8",
"version": "4.4.9",
"author": {
"name": "soajs team",
"email": "team@soajs.org"
Expand Down

0 comments on commit 8e42431

Please sign in to comment.