diff --git a/package.json b/package.json index df9da1903..51f59e816 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": false, "name": "gumshoe-fvtt", - "version": "7.2.2-alpha.2", + "version": "7.2.2-alpha.3", "type": "module", "description": "Official GUMSHOE support for FoundryVTT. Ships with compatiblity for several settings, and can be customized to work with any other setting.", "scripts": { diff --git a/public/system.json b/public/system.json index 41099b6db..33e69387e 100644 --- a/public/system.json +++ b/public/system.json @@ -2,7 +2,7 @@ "id": "investigator", "title": "GUMSHOE", "description": "Official GUMSHOE support for FoundryVTT. Ships with compatiblity for several settings, and can be customized to work with any other setting.", - "version": "7.2.2-alpha.2", + "version": "7.2.2-alpha.3", "authors": [{ "name": "Neil de Carteret" }], "scripts": [], "esmodules": ["investigator.js"],