Skip to content
This repository was archived by the owner on Apr 7, 2021. It is now read-only.

Commit a5c6491

Browse files
committed
package up
1 parent cb3ca18 commit a5c6491

File tree

4 files changed

+1213
-1198
lines changed

4 files changed

+1213
-1198
lines changed

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.12",
3+
"version": "2.4.14",
44
"description": "File manager for Laravel",
55
"keywords": [
66
"laravel",

public/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<meta name="viewport" content="width=device-width,initial-scale=1.0">
77
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
88
<title>new-file-manager</title>
9-
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
10-
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.11.2/css/all.css">
9+
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css">
10+
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.13.0/css/all.css">
1111
</head>
1212
<body>
1313
<noscript>
@@ -16,7 +16,7 @@
1616
</strong>
1717
</noscript>
1818
<div class="container">
19-
<div style="height: 800px;">
19+
<div style="height: 400px;">
2020
<div id="fm"></div>
2121
</div>
2222
</div>

src/store/settings/store.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export default {
2626
acl: null,
2727

2828
// App version
29-
version: '2.4.12',
29+
version: '2.4.14',
3030

3131
// axios headers
3232
headers: {},

0 commit comments

Comments
 (0)