From c8898b7085fa09e46580a42d4484a57dcf42e533 Mon Sep 17 00:00:00 2001 From: Minteck Date: Fri, 21 Jan 2022 20:29:04 +0100 Subject: v1.3 --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.js') diff --git a/index.js b/index.js index 482ecf5..d64a41f 100644 --- a/index.js +++ b/index.js @@ -1,4 +1,4 @@ -global.version = "1.2"; +global.version = "1.3"; const YAML = require('yaml'); const ejs = require('ejs'); -- cgit