Skip to content

Commit a574500

Browse files
committed
Merge tag 'v2.4.4' into develop
2 parents ddd4528 + df4334c commit a574500

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CONTRIBUTING.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "laravel-file-manager",
3-
"version": "2.4.2",
3+
"version": "2.4.4",
44
"description": "File manager for Laravel",
55
"keywords": [
66
"laravel",

src/store/settings/store.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default {
1717
acl: null,
1818

1919
// App version
20-
version: '2.4.2',
20+
version: '2.4.4',
2121

2222
// axios headers
2323
headers: {},

0 commit comments

Comments
 (0)