Skip to content

Commit

Permalink
Bump version to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kmoschcau committed Jul 17, 2021
1 parent e7368fa commit 15d3763
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.1] - 2021-07-17

### Added

- flavor text for character sheet rolls ([#1](https://github.com/Wasteland-Ventures-Group/WV-VTT-module/issues/1))
Expand Down Expand Up @@ -90,7 +92,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.0...HEAD
[Unreleased]: https://github.com/Wasteland-Ventures-Group/WV-VTT-module/compare/v0.3.1...HEAD
[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
[0.1.0]: https://github.com/Wasteland-Ventures-Group/WV-VTT-module/compare/v0.0.2...v0.1.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.0",
"version": "0.3.1",
"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.0/wasteland-ventures-0.3.0.zip"
"download": "https://github.com/Wasteland-Ventures-Group/WV-VTT-module/releases/download/v0.3.1/wasteland-ventures-0.3.1.zip"
}

0 comments on commit 15d3763

Please sign in to comment.