From d53352157ce738d8096ab0b39881d454d1f5e59d Mon Sep 17 00:00:00 2001 From: Neko Box Coder Date: Fri, 6 Sep 2024 14:03:32 +0100 Subject: [PATCH] v0.2.2 release --- MicroOmni.lua | 2 +- repo.json | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/MicroOmni.lua b/MicroOmni.lua index cbdc870..f88cc21 100644 --- a/MicroOmni.lua +++ b/MicroOmni.lua @@ -1,4 +1,4 @@ -VERSION = "0.2.1" +VERSION = "0.2.2" local micro = import("micro") local buffer = import("micro/buffer") diff --git a/repo.json b/repo.json index 2e77ed4..65153f6 100644 --- a/repo.json +++ b/repo.json @@ -11,6 +11,13 @@ "history" ], "Versions": [ + { + "Version": "0.2.2", + "Url": "https://github.com/Neko-Box-Coder/MicroOmni/releases/download/v0.2.2/release.zip", + "Require": { + "micro": ">=2.0.13" + } + }, { "Version": "0.2.1", "Url": "https://github.com/Neko-Box-Coder/MicroOmni/releases/download/v0.2.1/release.zip",