diff --git a/README.md b/README.md index efa4ba1..b833c1b 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ * **Author**: Prolice#9101 * **Special Thanks to**: Aljovin, StealthViper, Havoclivekiller, SnoringMountain -* **Version**: ![](https://img.shields.io/badge/swffgUI--cc-v1.0-green) +* **Version**: ![](https://img.shields.io/badge/swffgUI--cc-v1.1-green) * **Foundry VTT Compatibility**: ![](https://img.shields.io/badge/Foundry-v0.7.6-informational) to ![](https://img.shields.io/badge/Foundry-v0.8.8-informational) the only version I ve tested ! * **System Compatibility**: ![](https://img.shields.io/badge/Starwarsffg-v1.3-orange) to ![](https://img.shields.io/badge/Starwarsffg-v1.6-orange) * **Download**: ![Forge installs](https://img.shields.io/badge/dynamic/json?label=Forge%20Installs&query=package.installs&suffix=%25&url=https%3A%2F%2Fforge-vtt.com%2Fapi%2Fbazaar%2Fpackage%2FswffgUI-cc)![the latest version](https://img.shields.io/github/downloads/prolice/swffgUI-cc/latest/total) diff --git a/changelog.md b/changelog.md index 3905ab2..73ad1c9 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,6 @@ ## Release Notes: +**Version [1.1]** +* Add settings to Enable/Disable the CC link to authors (Actif by default) **Version [1.0]** * Add compatibility with StarWars 1.6 and FondryVTT 0.8.8. diff --git a/module.json b/module.json index a2d8489..fc368b8 100644 --- a/module.json +++ b/module.json @@ -1,8 +1,8 @@ { "name": "swffgUI-cc", "title": "Star Wars - User Interface Creative Common", - "description": "Starwars unofficial design - 1.0", - "version": "1.0", + "description": "Starwars unofficial design - 1.1", + "version": "1.1", "author": "Prolice", "authors": [ { @@ -36,7 +36,7 @@ "readme": "https://github.com/prolice/swffgUI-cc/blob/swffgUI-cc/README.md", "changelog": "https://github.com/prolice/swffgUI-cc/blob/swffgUI-cc/changelog.md", "manifest": "https://raw.githubusercontent.com/prolice/swffgUI-cc/swffgUI-cc/module.json", - "download": "https://github.com/prolice/swffgUI-cc/archive/v1.0.zip", + "download": "https://github.com/prolice/swffgUI-cc/archive/v1.1.zip", "flags": { "allowBugReporter": true }