Minor Tweaks
This commit is contained in:
parent
a297517ca9
commit
5e7ea89b82
2 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# FoundryVTT Blades in the Dark character and crew sheets
|
||||
|
||||
<p align="center">
|
||||
<img alt="GitHub release (latest by date)" src="https://img.shields.io/github/v/release/megastruktur/foundryvtt-blades-in-the-dark"> <img alt="GitHub last commit" src="https://img.shields.io/github/last-commit/megastruktur/foundryvtt-blades-in-the-dark"> <img alt="GitHub Release Date" src="https://img.shields.io/github/release-date/megastruktur/foundryvtt-blades-in-the-dark?label=latest%20release" />
|
||||
<img alt="GitHub release (latest by date)" src="https://img.shields.io/github/v/release/megastruktur/foundryvtt-blades-in-the-dark"> <img alt="GitHub last commit" src="https://img.shields.io/github/last-commit/megastruktur/foundryvtt-blades-in-the-dark"> <img alt="GitHub All Releases" src="https://img.shields.io/github/downloads/megastruktur/foundryvtt-blades-in-the-dark/total" /> <img alt="GitHub Release Date" src="https://img.shields.io/github/release-date/megastruktur/foundryvtt-blades-in-the-dark?label=latest%20release" />
|
||||
</p>
|
||||
<p align="center">
|
||||
<a href="https://github.com/megastruktur/foundryvtt-blades-in-the-dark/network"><img alt="GitHub forks" src="https://img.shields.io/github/forks/megastruktur/foundryvtt-blades-in-the-dark"></a> <a href="https://github.com/megastruktur/foundryvtt-blades-in-the-dark/stargazers"><img alt="GitHub stars" src="https://img.shields.io/github/stars/megastruktur/foundryvtt-blades-in-the-dark"></a>
|
||||
<img alt="GitHub" src="https://img.shields.io/github/license/megastruktur/foundryvtt-blades-in-the-dark"> <a href="https://github.com/megastruktur/foundryvtt-blades-in-the-dark/issues"><img alt="GitHub issues" src="https://img.shields.io/github/issues/megastruktur/foundryvtt-blades-in-the-dark"></a> <a href="https://github.com/megastruktur/foundryvtt-blades-in-the-dark/network"><img alt="GitHub forks" src="https://img.shields.io/github/forks/megastruktur/foundryvtt-blades-in-the-dark"></a> <a href="https://github.com/megastruktur/foundryvtt-blades-in-the-dark/stargazers"><img alt="GitHub stars" src="https://img.shields.io/github/stars/megastruktur/foundryvtt-blades-in-the-dark"></a>
|
||||
</p>
|
||||
|
||||
If you like our work - use the system, use it all, and may the shadows cover your way.
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"id": "blades-in-the-dark",
|
||||
"title": "Blades in the Dark",
|
||||
"description": "Blades in the dark game system.",
|
||||
"version": "4.5",
|
||||
"version": "4.6",
|
||||
"compatibility": {
|
||||
"minimum": 10,
|
||||
"verified": "10.284"
|
||||
|
@ -11,7 +11,7 @@
|
|||
"minimumCoreVersion": "10",
|
||||
"url": "https://github.com/megastruktur/foundryvtt-blades-in-the-dark/",
|
||||
"manifest": "https://raw.githubusercontent.com/megastruktur/foundryvtt-blades-in-the-dark/master/system.json",
|
||||
"download": "https://github.com/megastruktur/foundryvtt-blades-in-the-dark/archive/refs/tags/4.5.zip",
|
||||
"download": "https://github.com/megastruktur/foundryvtt-blades-in-the-dark/releases/download/4.6/blades-in-the-dark-4.6.zip",
|
||||
"authors": [
|
||||
{ "name": "megastruktur" },
|
||||
{ "name": "drewg13" },
|
||||
|
|
Reference in a new issue