From 516e7e6cc463e778b1f5d45ba71566739e10933e Mon Sep 17 00:00:00 2001 From: Russell Date: Wed, 18 Oct 2023 23:48:01 -0500 Subject: [PATCH] version numbers --- README.md | 8 +++----- system.json | 9 +++++++-- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index c5d98ab62..f0c74ac06 100644 --- a/README.md +++ b/README.md @@ -139,6 +139,8 @@ npm run pack - [The Imperial Zoo](https://foundryvtt.com/packages/wfrp4e-zoo/) - A bestiary and travelogue of three daring expeditions into the Old World, ranging from the heights of Karak Kadrin to the city of Miragliano in the southern land of Tilea, and including dozens of creatures, beasts and monsters. +- [Salzenmund: City of Salt and Silver](https://foundryvtt.com/packages/wfrp4e-salzenmund/) - Salzenmund promises opportunity and excitement to adventurous souls, detailing the ambitions and conquests of the new ruling Gausser family, the vicious smuggling and piracy conspiracies, and the growing forbidden cults. + **Unofficial** @@ -160,8 +162,4 @@ npm run pack - [Eye for an Eye Adventure](https://github.com/CStuartEKerrigan/WFRP-e4e-4e-FVTT) - Converted 3e adventure complete with tokens, maps, audio, and macros! -- [Night of Blood](https://github.com/CStuartEKerrigan/WFRP-Night-of-Blood-4e-FVTT) - The classic Night of Blood Adventure ready to go! - - - - +- [Night of Blood](https://github.com/CStuartEKerrigan/WFRP-Night-of-Blood-4e-FVTT) - The classic Night of Blood Adventure ready to go! \ No newline at end of file diff --git a/system.json b/system.json index 3be896d71..3a55eab57 100644 --- a/system.json +++ b/system.json @@ -3,7 +3,7 @@ "name": "wfrp4e", "title": "Warhammer Fantasy Roleplay 4th Edition", "description": "A comprehensive system for running grim and perilous games of Warhammer Fantasy Roleplay in the Foundry VTT environment.", - "version": "7.0.2", + "version": "7.0.3", "author": "Moo Man, CatoThe1stElder", "authors" : [ { @@ -41,6 +41,11 @@ "url": "https://user-images.githubusercontent.com/28637157/97379891-e4a1cc00-1893-11eb-9e0c-d93b92844d5b.jpg" } ], + "flags" : { + "hotReload": { + "extensions": ["css", "hbs", "json"] + } + }, "initiative": "@characteristics.i.value + @characteristics.ag.value/100", "background" : "systems/wfrp4e/WFRP-Header.jpg", "gridDistance": 2, @@ -57,6 +62,6 @@ "templateVersion":3, "socket": true, "manifest" : "https://github.com/moo-man/WFRP4e-FoundryVTT/releases/latest/download/system.json", - "download" : "https://github.com/moo-man/WFRP4e-FoundryVTT/releases/download/7.0.2/wfrp4e.zip", + "download" : "https://github.com/moo-man/WFRP4e-FoundryVTT/releases/download/7.0.3/wfrp4e.zip", "url" : "https://github.com/moo-man/WFRP4e-FoundryVTT" }