We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 076d6a2 commit eaaa5e9Copy full SHA for eaaa5e9
2 files changed
filemanager2.lua
@@ -1,4 +1,4 @@
1
-VERSION = '1.2.1'
+VERSION = '1.2.2'
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://codeberg.org/micro-plugins/filemanager2/archive/v1.2.2.zip",
18
+ "Version": "1.2.2"
19
20
{
21
"Require": {
22
"micro": ">=2.0.12"
0 commit comments