Skip to content

Commit 7a20987

Browse files
v0.3.3 release
1 parent fecbe19 commit 7a20987

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

MicroOmni.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = "0.3.2"
1+
VERSION = "0.3.3"
22

33
-- luacheck . --globals import VERSION preQuit onAnyEvent init --ignore 212 542 611 612 613 614
44

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ You can install MicroOmni using `micro -plugin install OmniMicro` by either
5050
## 📐 Requirements
5151
- micro
5252
- micro [v2.0.14](https://github.com/zyedidia/micro/releases/tag/v2.0.14)
53-
- [My custom build of micro (dev)](https://github.com/Neko-Box-Coder/micro-dev/actions)
53+
- [Or my custom build of micro (dev)](https://github.com/Neko-Box-Coder/micro-dev/actions)
5454
- fzf
5555
- ripgrep
5656
- bat

repo.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@
1111
"history"
1212
],
1313
"Versions": [
14+
{
15+
"Version": "0.3.3",
16+
"Url": "https://github.com/Neko-Box-Coder/MicroOmni/releases/download/v0.3.3/release.zip",
17+
"Require": {
18+
"micro": ">=2.0.14"
19+
}
20+
},
1421
{
1522
"Version": "0.3.2",
1623
"Url": "https://github.com/Neko-Box-Coder/MicroOmni/releases/download/v0.3.2/release.zip",

0 commit comments

Comments
 (0)