Skip to content

Commit

Permalink
update changelog to 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee Talman authored and Lee Talman committed May 22, 2024
1 parent 1211e88 commit 57a7e09
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# CHANGELOG

## 0.3.2
- Fixed bug affecting item drag-and-drop caused by 0.3.1 release

## 0.3.1
- Fixed bug affecting automatic maximum wound calculation
- Simplified weapon/monster attack damage into a single user input
Expand Down
4 changes: 2 additions & 2 deletions system.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"readme": "https://github.com/Lee-Talman/knave2e/blob/main/README.md",
"bugs": "https://github.com/Lee-Talman/knave2e/issues",
"changelog": "https://github.com/Lee-Talman/knave2e/blob/main/CHANGELOG.md",
"version": "0.3.1",
"version": "0.3.2",
"compatibility": {
"minimum": "10",
"verified": "11",
Expand All @@ -35,7 +35,7 @@
}
],
"manifest": "https://raw.githubusercontent.com/Lee-Talman/knave2e/main/system.json",
"download": "https://github.com/Lee-Talman/knave2e/releases/download/0.3.1/system.zip",
"download": "https://github.com/Lee-Talman/knave2e/releases/download/0.3.2/system.zip",
"background": "systems/knave2e/assets/anvil-bg.png",
"gridDistance": 5,
"gridUnits": "ft",
Expand Down

0 comments on commit 57a7e09

Please sign in to comment.