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