mirror of https://github.com/espruino/BangleApps
fileman: version bump
parent
096e313a85
commit
53118c2825
|
@ -1,3 +1,4 @@
|
|||
0.01: New app!
|
||||
0.02: Improve handling of large amounts of files (fix #579)
|
||||
0.03: Update RegExp use (Was using backreference instead of character code)
|
||||
0.04: Allow managing files in the app loader
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"id": "fileman",
|
||||
"name": "File manager",
|
||||
"shortName": "FileManager",
|
||||
"version": "0.03",
|
||||
"version": "0.04",
|
||||
"description": "Simple file manager, allows user to examine watch storage and display, load or delete individual files",
|
||||
"icon": "icons8-filing-cabinet-48.png",
|
||||
"tags": "tools",
|
||||
|
|
Loading…
Reference in New Issue