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.
2 parents 676c8cb + fc4e897 commit f4ffb74Copy full SHA for f4ffb74
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "laravel-file-manager",
3
- "version": "2.0.4",
+ "version": "2.0.5",
4
"description": "File manager for Laravel",
5
"keywords": [
6
"laravel",
src/store/settings/store.js
@@ -11,7 +11,7 @@ export default {
11
state() {
12
return {
13
// App version
14
- version: '2.0.4',
+ version: '2.0.5',
15
16
// this headers will be merged with default headers
17
headers: {},
0 commit comments