Skip to content

Commit

Permalink
v0.0.4: release
Browse files Browse the repository at this point in the history
Signed-off-by: Ceriath <[email protected]>
  • Loading branch information
ceriath committed Dec 8, 2023
1 parent a8cbac0 commit 5b4a728
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## 0.0.4

[BETA Release]
- drives are now editable (#3)

## 0.0.3

[BETA Release]
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": "candelafvtt",
"version": "0.0.3",
"version": "0.0.4",
"description": "CSS compiler for the Candela FVTT system",
"scripts": {
"build": "gulp build",
Expand Down
4 changes: 2 additions & 2 deletions system.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "candelafvtt",
"version": "0.0.3",
"version": "0.0.4",
"title": "Candela Obscura for Foundry (unofficial system)",
"url": "https://github.com/ceriath/candelafvtt/",
"description": "Unofficial basic implementation of the Candela Obscura Core Rulebook by Darrington Press. If you like the system, you can find the books and more detail over at https://darringtonpress.com/candela/",
Expand Down Expand Up @@ -86,7 +86,7 @@
"primaryTokenAttribute": "health",
"secondaryTokenAttribute": "power",
"manifest": "https://github.com/ceriath/candelafvtt/releases/latest/download/system.json",
"download": "https://github.com/ceriath/candelafvtt/releases/download/v0.0.3/candelafvtt-v0.0.3.zip",
"download": "https://github.com/ceriath/candelafvtt/releases/download/v0.0.4/candelafvtt-v0.0.4.zip",
"changelog": "CHANGELOG.md"
}

0 comments on commit 5b4a728

Please sign in to comment.