Skip to content

Commit

Permalink
bumped version to 4.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinehage committed Apr 18, 2021
1 parent 3d8bfd9 commit 63845a6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions data/provision/customRegistry/urac.js
Expand Up @@ -6,10 +6,10 @@ let doc = {
"shared": false,
"value": {
"link": {
"addUser": "https://%URL%/#/setNewPassword",
"changeEmail": "https://%URL%/#/changeEmail/validate",
"forgotPassword": "https://%URL%/#/resetPassword",
"join": "https://%URL%/#/join/validate"
"addUser": "https://%URL%/reset-password",
"changeEmail": "https://%URL%/validate-change-email",
"forgotPassword": "https://%URL%/reset-password",
"join": "https://%URL%/validate-signup"
},
"mail": {
"join": {
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.5",
"version": "4.4.6",
"author": {
"name": "soajs team",
"email": "team@soajs.org"
Expand Down

0 comments on commit 63845a6

Please sign in to comment.