Skip to content

Commit

Permalink
feat: released 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
yanranxiaoxi committed Aug 17, 2022
1 parent 7b06a4b commit 87f517a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ class config {
// app vars
static $__dir__ = __DIR__;
static $__file__ = __FILE__;
static $version = '0.3.3';
static $version = '0.3.4';
static $root;
static $doc_root;
static $has_login = false;
Expand Down
4 changes: 2 additions & 2 deletions js/files.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "smooth.files.gallery",
"version": "0.3.2",
"version": "0.3.4",
"description": "Single-file PHP file gallery and file manager",
"main": "index.php",
"scripts": {
Expand Down

0 comments on commit 87f517a

Please sign in to comment.