Skip to content

Commit

Permalink
fix env
Browse files Browse the repository at this point in the history
  • Loading branch information
alexusmai committed May 2, 2019
1 parent cd6d724 commit 4a4d277
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -3,4 +3,4 @@

# Editor directories and files
/.idea/
/.env.local
/.env.development
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "laravel-file-manager",
"version": "2.3.0",
"version": "2.3.1",
"description": "File manager for Laravel",
"keywords": [
"laravel",
Expand Down
2 changes: 1 addition & 1 deletion src/store/settings/store.js
Expand Up @@ -14,7 +14,7 @@ export default {
acl: null,

// App version
version: '2.3.0',
version: '2.3.1',

// axios headers
headers: null,
Expand Down

0 comments on commit 4a4d277

Please sign in to comment.