From f10478cf2c608f5382e85128041776a70662e187 Mon Sep 17 00:00:00 2001 From: Vedant K Date: Mon, 20 Dec 2021 08:00:07 +0530 Subject: [PATCH] chore(release): 0.1.3 --- repo.json | 7 +++++++ source/xo.lua | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/repo.json b/repo.json index cda7aea..85baa9e 100644 --- a/repo.json +++ b/repo.json @@ -31,6 +31,13 @@ "Require": { "micro": ">=1.0.3" } + }, + { + "Version": "0.1.3", + "Url": "https://github.com/gamemaker1/micro-plugin-xo/releases/download/0.1.3/xo.zip", + "Require": { + "micro": ">=1.0.3" + } } ] } diff --git a/source/xo.lua b/source/xo.lua index 2315f1a..52d20d0 100644 --- a/source/xo.lua +++ b/source/xo.lua @@ -1,4 +1,4 @@ -VERSION = "0.1.2" +VERSION = "0.1.3" -- xo -- A Micro plugin that lints Typescript and Javascript files using XO