Skip to content

Commit

Permalink
2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
reonZ committed Jun 13, 2024
1 parent 0e8054c commit 431a3bf
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 2.6.1

- added Polish localization (thanks to [Lioheart](https://github.com/Lioheart))

# 2.6.0

- this is a system `6.0.1` release
Expand Down
14 changes: 9 additions & 5 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,25 @@
"discord": "Idle#3251"
}
],
"esmodules": ["scripts/main.js"],
"esmodules": [
"scripts/main.js"
],
"compatibility": {
"minimum": "12.327",
"verified": "12.327",
"maximum": "12"
},
"socket": true,
"version": "2.6.0",
"version": "2.6.1",
"url": "https://github.com/reonZ/pf2e-toolbelt",
"readme": "https://github.com/reonZ/pf2e-toolbelt/blob/master/README.md",
"manifest": "https://raw.githubusercontent.com/reonZ/pf2e-toolbelt/master/module.json",
"download": "https://github.com/reonZ/pf2e-toolbelt/releases/download/2.6.0/module.zip",
"download": "https://github.com/reonZ/pf2e-toolbelt/releases/download/2.6.1/module.zip",
"changelog": "https://github.com/reonZ/pf2e-toolbelt/blob/master/CHANGELOG.md",
"bugs": "https://github.com/reonZ/pf2e-toolbelt/issues",
"styles": ["styles/pf2e-toolbelt.css"],
"styles": [
"styles/pf2e-toolbelt.css"
],
"relationships": {
"systems": [
{
Expand Down Expand Up @@ -54,4 +58,4 @@
"path": "lang/pl.json"
}
]
}
}

0 comments on commit 431a3bf

Please sign in to comment.