We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe694cb commit 10bde20Copy full SHA for 10bde20
2 files changed
filemanager2.lua
@@ -1,4 +1,4 @@
1
-VERSION = '1.4.0'
+VERSION = '1.5.0'
2
3
local micro = import('micro')
4
local config = import('micro/config')
repo.json
@@ -10,6 +10,13 @@
10
"manager"
11
],
12
"Versions": [
13
+ {
14
+ "Require": {
15
+ "micro": ">=2.0.13"
16
+ },
17
+ "Url": "https://github.com/Neko-Box-Coder/filemanager2/archive/refs/tags/v1.5.0.zip",
18
+ "Version": "1.5.0"
19
20
{
21
"Require": {
22
"micro": ">=2.0.13"
0 commit comments