We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae8f941 commit d533521Copy full SHA for d533521
MicroOmni.lua
@@ -1,4 +1,4 @@
1
-VERSION = "0.2.1"
+VERSION = "0.2.2"
2
3
local micro = import("micro")
4
local buffer = import("micro/buffer")
repo.json
@@ -11,6 +11,13 @@
11
"history"
12
],
13
"Versions": [
14
+ {
15
+ "Version": "0.2.2",
16
+ "Url": "https://github.com/Neko-Box-Coder/MicroOmni/releases/download/v0.2.2/release.zip",
17
+ "Require": {
18
+ "micro": ">=2.0.13"
19
+ }
20
+ },
21
{
22
"Version": "0.2.1",
23
"Url": "https://github.com/Neko-Box-Coder/MicroOmni/releases/download/v0.2.1/release.zip",
0 commit comments