From 848fc839cad565c61d96b99f38121dda0f485607 Mon Sep 17 00:00:00 2001 From: Joshua Li Date: Sat, 24 Feb 2018 15:13:47 -0500 Subject: [PATCH] v0.2.3 --- editorconfig.lua | 2 +- repo.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/editorconfig.lua b/editorconfig.lua index 8f5410a..92f0028 100644 --- a/editorconfig.lua +++ b/editorconfig.lua @@ -1,4 +1,4 @@ -VERSION = "0.2.2" +VERSION = "0.2.3" local verbose = GetOption("editorconfigverbose") or false diff --git a/repo.json b/repo.json index 734e60d..e550647 100644 --- a/repo.json +++ b/repo.json @@ -4,8 +4,8 @@ "Tags": ["editorconfig", "utility", "format"], "Versions": [ { - "Version": "0.2.2", - "Url": "https://github.com/10sr/editorconfig-micro/archive/v0.2.2.zip", + "Version": "0.2.3", + "Url": "https://github.com/10sr/editorconfig-micro/archive/v0.2.3.zip", "Require": { "micro": ">=1.3.2" }