From 4d1caf9b509d0812ef50cf44ee01c0e90a576dcf Mon Sep 17 00:00:00 2001 From: LeRatierBretonnien Date: Sat, 18 Apr 2020 09:43:03 +0200 Subject: [PATCH] Fix for 0.5.5 --- module.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module.json b/module.json index 1d3236d..8dc0b38 100644 --- a/module.json +++ b/module.json @@ -2,9 +2,9 @@ "name": "WH4-fr-translation", "title": "Traduction du module WH4 en Français.", "description": "La traduction du module WH4.", - "version": "0.51", + "version": "0.52", "minimumCoreVersion" : "0.5.1", - "compatibleCoreVersion": "0.5.4", + "compatibleCoreVersion": "0.5.5", "author": "LeRatierBretonnien", "esmodules": ["babele-register.js"], "scripts": [ ],