We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 362016e commit 734b04bCopy full SHA for 734b04b
2 files changed
filemanager2.lua
@@ -1,4 +1,4 @@
1
-VERSION = '1.3.0'
+VERSION = '1.4.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.4.0.zip",
18
+ "Version": "1.4.0"
19
20
{
21
"Require": {
22
"micro": ">=2.0.13"
0 commit comments