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 ddd4528 commit b2ac6d8Copy full SHA for b2ac6d8
CONTRIBUTING.md
@@ -0,0 +1,8 @@
1
+# Contributing
2
+
3
+> Contributions are welcome, and are accepted via pull requests.
4
5
+## Pull requests
6
7
+Please ensure all pull requests are made against the `develop` branch on GitHub.
8
package.json
@@ -1,6 +1,6 @@
{
"name": "laravel-file-manager",
- "version": "2.4.2",
+ "version": "2.4.4",
"description": "File manager for Laravel",
"keywords": [
"laravel",
src/store/settings/store.js
@@ -17,7 +17,7 @@ export default {
17
acl: null,
18
19
// App version
20
- version: '2.4.2',
+ version: '2.4.4',
21
22
// axios headers
23
headers: {},
0 commit comments