Skip to content

Commit

Permalink
Prepare system for 0.7.9
Browse files Browse the repository at this point in the history
  • Loading branch information
snap01 committed May 15, 2022
1 parent a27b714 commit 00630e1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
## Changes coming in a future release:

## Version 0.7.9

When not specified, all changes were made by @castanhocorreia, @HavlockV, and @snap01.
- Fix bonus/penalty dice rolling without DsN or empty alternative colours
- Fix skill name editing on skills created/edited via an Actor sheet
- Update to Swedish localization, thanks to @Rangertheman

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fvtt-coc7",
"version": "0.7.8",
"version": "0.7.9",
"description": "An unofficial implementation of Call of Cthulhu 7th Edition system for Foundry VTT.",
"scripts": {
"build": "webpack --mode production",
Expand Down
4 changes: 2 additions & 2 deletions system.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"name": "CoC7",
"title": "Call of Cthulhu 7th Edition (Unofficial)",
"description": "An unofficial implementation of the Call of Cthulhu 7th Edition game system for Foundry Virtual Tabletop.",
"version": "0.7.8",
"version": "0.7.9",
"author": "Miskatonic Investigative Society",
"minimumCoreVersion": "9",
"compatibleCoreVersion": "10.260",
"compatibleCoreVersion": "10.263",
"esmodules": [
"lib/socketlib/src/libwrapper_shim.js",
"lib/socketlib/src/socketlib.js",
Expand Down

0 comments on commit 00630e1

Please sign in to comment.