Skip to content

Commit

Permalink
Bump version to 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kmoschcau committed Aug 7, 2021
1 parent a9e1ed3 commit 62eb1a5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.2] - 2021-08-07

### Added

- back-end bounds validation for the roll modifier dialog
Expand Down Expand Up @@ -100,7 +102,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- basic character Actor implementation with editable SPECIALs

[Unreleased]: https://github.com/Wasteland-Ventures-Group/WV-VTT-module/compare/v0.3.1...HEAD
[Unreleased]: https://github.com/Wasteland-Ventures-Group/WV-VTT-module/compare/v0.3.2...HEAD
[0.3.2]: https://github.com/Wasteland-Ventures-Group/WV-VTT-module/compare/v0.3.1...v0.3.2
[0.3.1]: https://github.com/Wasteland-Ventures-Group/WV-VTT-module/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/Wasteland-Ventures-Group/WV-VTT-module/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/Wasteland-Ventures-Group/WV-VTT-module/compare/v0.1.0...v0.2.0
Expand Down
4 changes: 2 additions & 2 deletions src/system.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "wasteland-ventures",
"title": "Wasteland Ventures",
"description": "A system that adapts Wasteland Ventures to Foundry VTT",
"version": "0.3.1",
"version": "0.3.2",
"templateVersion": 2,
"author": "Kai Moschcau <[email protected]>",
"minimumCoreVersion": "0.8.8",
Expand All @@ -24,5 +24,5 @@
"gridUnits": "m",
"url": "https://github.com/Wasteland-Ventures-Group/WV-VTT-module",
"manifest": "https://raw.githubusercontent.com/Wasteland-Ventures-Group/WV-VTT-module/main/src/system.json",
"download": "https://github.com/Wasteland-Ventures-Group/WV-VTT-module/releases/download/v0.3.1/wasteland-ventures-0.3.1.zip"
"download": "https://github.com/Wasteland-Ventures-Group/WV-VTT-module/releases/download/v0.3.2/wasteland-ventures-0.3.2.zip"
}

0 comments on commit 62eb1a5

Please sign in to comment.