diff --git a/CHANGELOG.md b/CHANGELOG.md index eda5a6d..15ab5ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 1.1.1 - The Huns War +- Fix Minion initiative +- Fix textarea ninjo/giri + + ## 1.1.0 - Initiative first ! - Added initiative system : - Now use the score rule (the real one if you prefer) diff --git a/system/system.json b/system/system.json index 5a0a04e..1f18550 100644 --- a/system/system.json +++ b/system/system.json @@ -2,7 +2,7 @@ "name": "l5r5e", "title": "Legend of the Five Rings (5th Edition)", "description": "This is an authorised multilingual game system En|Fr|Es, for Legend of the Five Rings (5th Edition) by Edge Studio
- Join the official Discord server: Official Discord
- Rejoignez la communauté Francophone: Francophone Discord
", - "version": "1.1.0", + "version": "1.1.1", "minimumCoreVersion": "0.7.9", "compatibleCoreVersion": "0.7.9", "manifestPlusVersion": "1.0.0", @@ -160,5 +160,5 @@ ], "url": "https://gitlab.com/teaml5r/l5r5e", "manifest": "https://gitlab.com/teaml5r/l5r5e/-/raw/master/system/system.json", - "download": "https://gitlab.com/teaml5r/l5r5e/-/jobs/artifacts/v1.1.0/raw/l5r5e.zip?job=build" + "download": "https://gitlab.com/teaml5r/l5r5e/-/jobs/artifacts/v1.1.1/raw/l5r5e.zip?job=build" }