From 90bef2053a522bfdef052d54fc81585d317131ba Mon Sep 17 00:00:00 2001 From: ardittristan Date: Sun, 25 Oct 2020 20:29:10 +0100 Subject: [PATCH] hotfix --- module.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module.json b/module.json index b9f2e27..ff757bf 100644 --- a/module.json +++ b/module.json @@ -2,14 +2,14 @@ "name": "colorsettings", "title": "lib - Color Settings", "description": "Library that allows modules to add color settings and forms.", - "version": "2.5.3", + "version": "2.5.4", "author": "ardittristan#0001", "esmodules": ["colorSetting.js"], "languages": [ { "lang": "pt-BR", "name": "Português (Brasil)", - "path": "langs/pt-BR.json" + "path": "lang/pt-BR.json" }, { "lang": "en",