diff --git a/changelog.md b/changelog.md index 4b0657c..37f5032 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,7 @@ ## [1.1.3] - Fix bug with summons configuration being saved as object in v11 [[#34]] +- Add [Spanish] translation ## [1.1.2] - Add `arbron.preGetSummonsChanges` & `arbron.getSummonsChanges` hooks @@ -78,3 +79,4 @@ [French]: https://weblate.foundryvtt-hub.com/projects/arbron-summoner/main/fr/ [German]: https://weblate.foundryvtt-hub.com/projects/arbron-summoner/main/de/ [Romanian]: https://weblate.foundryvtt-hub.com/projects/arbron-summoner/main/ro/ +[Spanish]: https://weblate.foundryvtt-hub.com/projects/arbron-summoner/main/es/ diff --git a/module.json b/module.json index eebfc4f..8bbb838 100644 --- a/module.json +++ b/module.json @@ -18,10 +18,10 @@ "readme": "https://raw.githubusercontent.com/arbron/fvtt-summoner/main/readme.md", "changelog": "https://raw.githubusercontent.com/arbron/fvtt-summoner/main/changelog.md", "bugs": "https://github.com/arbron/fvtt-summoner/issues", - "version": "1.1.2", + "version": "1.1.3", "compatibility": { "minimum": "10.274", - "verified": "10" + "verified": "11" }, "relationships": { "systems": [ @@ -30,7 +30,7 @@ "manifest": "https://raw.githubusercontent.com/foundryvtt/dnd5e/master/system.json", "compatibility": { "minimum": "2.0.0", - "verified": "2.0" + "verified": "2.2" } } ],