Skip to content

Commit

Permalink
v0.0.2: add spanish translation
Browse files Browse the repository at this point in the history
Signed-off-by: Ceriath <[email protected]>
  • Loading branch information
ceriath committed Nov 29, 2023
1 parent bb4d4ba commit 3e99ecf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 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.2

[BETA Release]
- add spanish translation [#1](https://github.com/ceriath/candelafvtt/pull/1) (thanks [@erizocosmico](https://github.com/erizocosmico))

## 0.0.1

[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.1",
"version": "0.0.2",
"description": "CSS compiler for the Candela FVTT system",
"scripts": {
"build": "gulp build",
Expand Down
6 changes: 3 additions & 3 deletions system.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "candelafvtt",
"version": "0.0.1",
"version": "0.0.2",
"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",
Expand Down Expand Up @@ -85,8 +85,8 @@
"gridUnits": "ft",
"primaryTokenAttribute": "health",
"secondaryTokenAttribute": "power",
"manifest": "https://raw.githubusercontent.com/ceriath/candelafvtt/v.0.0.1/system.json",
"download": "https://github.com/ceriath/candelafvtt/releases/download/v0.0.1/candelafvtt-v0.0.1.zip",
"manifest": "https://raw.githubusercontent.com/ceriath/candelafvtt/v.0.0.2/system.json",
"download": "https://github.com/ceriath/candelafvtt/releases/download/v0.0.2/candelafvtt-v0.0.2.zip",
"changelog": "CHANGELOG.md"
}

0 comments on commit 3e99ecf

Please sign in to comment.