update changelog and module.json

This commit is contained in:
Mike Bloy 2024-06-12 20:19:42 -05:00
parent 225b081f3c
commit 318cc36348
2 changed files with 5 additions and 5 deletions

View File

@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [3.0.0] UNRELEASED
## [3.0.0] 2024-06-12
### Added

View File

@ -8,7 +8,7 @@
}
],
"url": "https://git.bloy.org/foundryvtt/swade-mb-helpers",
"version": "2.4.3",
"version": "3.0.0",
"compatibility": {
"minimum": "11",
"verified": "11"
@ -145,6 +145,6 @@
}
],
"socket": true,
"manifest": "https://git.bloy.org/foundryvtt/swade-mb-helpers/raw/branch/main/module.json",
"download": "https://host/path/to/0.0.0.zip"
}
"manifest": "https://git.bloy.org/foundryvtt/swade-mb-helpers/releases/download/latest/module.json",
"download": "https://git.bloy.org/foundryvtt/swade-mb-helpers/releases/download/latest/swade-mb-helpers.zip"
}