diff --git a/README.md b/README.md index d1da41e..55f973f 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ Additionally, in D&D5e only: ## Changelog This has needed to be pieced together a bit, but here's what I've gleaned from the GIT history. +* 1.4.3 - December 17, 2021 - Bumped official compatibility to Foundry 9, after testing with final test version. No code change. * 1.4.2 - October 31, 2021 - (Lupestro) - [Feature] Now works in Foundry 9, but still works in Foundry 7 and 8. - [Bugfix] Function in Foundry 7 is restored - it had broken in restructuring. diff --git a/module.json b/module.json index 48c235d..902da1d 100644 --- a/module.json +++ b/module.json @@ -2,7 +2,7 @@ "name": "torch", "title": "Torch", "description": "Torch HUD Controls", - "version": "1.4.2", + "version": "1.4.3", "author": "Deuce", "languages": [ { @@ -44,5 +44,5 @@ "download": "https://raw.githubusercontent.com/League-of-Foundry-Developers/torch/master/torch.zip", "url": "https://github.com/League-of-Foundry-Developers/torch", "minimumCoreVersion": "0.7.5", - "compatibleCoreVersion": "0.8.9" + "compatibleCoreVersion": "9" } diff --git a/torch.zip b/torch.zip index d826eab..7907ffb 100644 Binary files a/torch.zip and b/torch.zip differ