Skip to content

Commit

Permalink
feat: 0.3.6 released!
Browse files Browse the repository at this point in the history
  • Loading branch information
yanranxiaoxi committed Sep 30, 2022
1 parent b5030a3 commit 0278e55
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.5';
static $version = '0.3.6';
static $root;
static $doc_root;
static $has_login = false;
Expand Down
2 changes: 1 addition & 1 deletion 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.5",
"version": "0.3.6",
"description": "Single-file PHP file gallery and file manager",
"main": "index.php",
"scripts": {
Expand Down

0 comments on commit 0278e55

Please sign in to comment.