From 237febdfe411989bfa87d4cb3090f1036a178d31 Mon Sep 17 00:00:00 2001 From: Nicolaos Skimas Date: Sun, 14 Jul 2024 17:58:54 -0700 Subject: [PATCH] Update editorconfig to v1.1.0 --- plugins/editorconfig-micro.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/plugins/editorconfig-micro.json b/plugins/editorconfig-micro.json index 4022804..bae41cf 100644 --- a/plugins/editorconfig-micro.json +++ b/plugins/editorconfig-micro.json @@ -5,6 +5,13 @@ "Website": "https://github.com/10sr/editorconfig-micro", "License": "MIT", "Versions": [ + { + "Version": "1.1.0", + "Url": "https://github.com/micro-editor/plugin-channel/releases/download/plugins/editorconfig-micro-1.1.0.zip", + "Require": { + "micro": ">=2.0.1" + } + }, { "Version": "1.0.0", "Url": "https://github.com/micro-editor/plugin-channel/releases/download/plugins/editorconfig-micro-1.0.0.zip",