We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd476fd commit 7c55811Copy full SHA for 7c55811
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "laravel-file-manager",
3
- "version": "2.5.3",
+ "version": "2.5.4",
4
"description": "File manager for Laravel",
5
"keywords": [
6
"laravel",
src/store/settings/store.js
@@ -28,7 +28,7 @@ export default {
28
acl: null,
29
30
// App version
31
- version: '2.5.3',
+ version: '2.5.4',
32
33
// axios headers
34
headers: {},
0 commit comments