From c9642514f06191bf9aff3ee3167ff6d0e9d6523b Mon Sep 17 00:00:00 2001 From: MasFlam Date: Sun, 15 Dec 2024 16:04:21 +0100 Subject: [PATCH] Add jlabbrev 1.1.0 --- plugins/jlabbrev.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/plugins/jlabbrev.json b/plugins/jlabbrev.json index 2522d68..084f54d 100644 --- a/plugins/jlabbrev.json +++ b/plugins/jlabbrev.json @@ -3,12 +3,18 @@ "Description": "Julia backslash abbreviations in micro", "Website": "https://github.com/MasFlam/jlabbrev", "Tags": ["julia", "util"], - "License": "MIT", + "License": "MIT", "Versions": [{ "Version": "1.0.1", "Url": "https://github.com/micro-editor/plugin-channel/releases/download/plugins/jlabbrev-1.0.1.zip", "Require": { "micro": ">=2.0" } + }, { + "Version": "1.1.0", + "Url": "https://github.com/micro-editor/plugin-channel/releases/download/plugins/jlabbrev-1.1.0.zip", + "Require": { + "micro": ">=2.0" + } }] }]