Skip to content
This repository has been archived by the owner on Jun 8, 2021. It is now read-only.

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
marky291 committed Aug 6, 2019
1 parent 9b142d7 commit 2f5db1e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
| and that deployments are loading the correct filesource.
|
*/
'version' => '1.0.2',
'version' => '1.1.0',

/*
|--------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion public/js/app.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"/js/app.js": "/js/app.js?id=3f123b01d140af4b9e75",
"/js/app.js": "/js/app.js?id=52938d5bab58bdabc9d6",
"/css/app.css": "/css/app.css?id=154aa5a6741058a03501"
}
2 changes: 1 addition & 1 deletion resources/js/components/profile/ProfileConfigs.vue
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
window.location.href = response.data.redirect;
}.bind(this), 1000);
} else {
this.$Message.success('Your listing was successfully updated!');
this.$Message.success('You have successfully saved the changes on your listing!');
}
});
}
Expand Down

0 comments on commit 2f5db1e

Please sign in to comment.