From 5ce5d35abc4e1fe357470839f53273de3c2c8895 Mon Sep 17 00:00:00 2001 From: Matt Potts Date: Sat, 9 Sep 2023 16:40:06 +0100 Subject: [PATCH] Defect: fix foundry shields badge url (#130) --- README.md | 2 +- package.json | 2 +- src/public/module.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c2525546..86062271 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![](https://img.shields.io/endpoint?url=https%3A%2F%2Ffoundryshields.com%2Fversion%3Fstyle%3Dfor-the-badge%26url%3Dhttps%3A%2F%2Fgithub.com%2Fmisterpotts%2Ffabricate%2Freleases%2Fdownload%2F0.7.5%2Fmodule.json) +![](https://img.shields.io/endpoint?url=https%3A%2F%2Ffoundryshields.com%2Fversion%3Fstyle%3Dfor-the-badge%26url%3Dhttps%3A%2F%2Fgithub.com%2Fmisterpotts%2Ffabricate%2Freleases%2Flatest%2Fdownload%2Fmodule.json) ![Latest Release Download Count](https://img.shields.io/github/downloads/misterpotts/fabricate/latest/total?sort=semver&style=for-the-badge) ![Total Release Download Count](https://img.shields.io/github/downloads/misterpotts/fabricate/total?label=total%20downloads&style=for-the-badge) diff --git a/package.json b/package.json index 110e5318..5e9a9de5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fabricate", - "version": "0.9.1", + "version": "0.9.2", "description": "A system-agnostic, flexible crafting module for FoundryVT", "main": "index.js", "type": "module", diff --git a/src/public/module.json b/src/public/module.json index 25f5112b..c6f980e0 100644 --- a/src/public/module.json +++ b/src/public/module.json @@ -1,7 +1,7 @@ { "id": "fabricate", "title": "Fabricate", - "version": "0.9.1", + "version": "0.9.2", "description": "A system-agnostic, flexible crafting module for FoundryVTT", "authors": [ {