Skip to content

Commit 734b04b

Browse files
v1.4.0 release
1 parent 362016e commit 734b04b

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

filemanager2.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = '1.3.0'
1+
VERSION = '1.4.0'
22

33
local micro = import('micro')
44
local config = import('micro/config')

repo.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@
1010
"manager"
1111
],
1212
"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+
},
1320
{
1421
"Require": {
1522
"micro": ">=2.0.13"

0 commit comments

Comments
 (0)