From 5a4406838d621502efff0a03eee9b0a9e2975c7e Mon Sep 17 00:00:00 2001 From: Christian Ovsenik Date: Sat, 24 Oct 2020 09:43:53 -0400 Subject: [PATCH] fix Readme --- README.md | 8 ++++---- module.json | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 8567027..6326fcb 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ -# Kith sheets for Dungeon Crawl Classics in Foundry VTT +# MCC sheets for Dungeon Crawl Classics in Foundry VTT -Expands the [Dungeon Crawl Classics system](https://github.com/cyface/foundryvtt-dcc/) for the [Foundry Virtual Tabletop](https://foundryvtt.com) to include Kith character sheets. +Expands the [Dungeon Crawl Classics system](https://github.com/cyface/foundryvtt-dcc/) for the [Foundry Virtual Tabletop](https://foundryvtt.com) to include MCC character sheets. -Manifest URL: https://github.com/mooped/foundryvtt-dcc-kith/raw/master/module.json +Manifest URL: https://github.com/algnc/mcc-classes/raw/master/module.json ##### Maintainers -* Steve Barnett (@mooped) +* Christian Ovsenik (@algnc) diff --git a/module.json b/module.json index 988ba14..3dbdb7f 100644 --- a/module.json +++ b/module.json @@ -2,7 +2,7 @@ "name": "mcc-classes", "title": "MCC Sheets", "description": "Sheets for Mutant Crawl Classics in FoundryVTT!", - "version": "0.0.1", + "version": "0.0.2", "minimumCoreVersion": "0.6.5", "compatibleCoreVersion": "0.7.5", "author": "Steve Barnes & Christian Ovsenik", @@ -16,8 +16,8 @@ "path": "lang/en.json" } ], - "url": "https://github.com/algnc/foundryvtt-mcc", - "manifest": "https://github.com/algnc/foundryvtt-mcc/raw/master/module.json", - "download": "https://github.com/algnc/foundryvtt-mcc/archive/0.0.1.zip", + "url": "https://github.com/algnc/mcc-classes", + "manifest": "https://github.com/algnc/mcc-classes/raw/master/module.json", + "download": "https://github.com/algnc/mcc-classes/archive/0.0.2.zip", "license": "LICENSE.txt" }