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 4da50f7 + 4a4d277 commit b88eb66Copy full SHA for b88eb66
.gitignore
@@ -3,4 +3,4 @@
3
4
# Editor directories and files
5
/.idea/
6
-/.env.local
+/.env.development
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "laravel-file-manager",
- "version": "2.3.0",
+ "version": "2.3.1",
"description": "File manager for Laravel",
"keywords": [
"laravel",
src/store/settings/store.js
@@ -14,7 +14,7 @@ export default {
14
acl: null,
15
16
// App version
17
- version: '2.3.0',
+ version: '2.3.1',
18
19
// axios headers
20
headers: null,
0 commit comments