Skip to content

Commit

Permalink
Bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kmoschcau committed May 16, 2021
1 parent 37edfa1 commit 4218136
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.2.0] - 2021-05-16

### Added

- internal system settings
Expand Down Expand Up @@ -56,7 +58,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.1.0...HEAD
[Unreleased]: https://github.com/Wasteland-Ventures-Group/WV-VTT-module/compare/v0.2.0...HEAD
[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
[0.0.2]: https://github.com/Wasteland-Ventures-Group/WV-VTT-module/compare/v0.0.1...v0.0.2
[0.0.1]: https://github.com/Wasteland-Ventures-Group/WV-VTT-module/releases/tag/v0.0.1
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.1.0",
"version": "0.2.0",
"templateVersion": 2,
"author": "Kai Moschcau <[email protected]>",
"minimumCoreVersion": "0.7.8",
Expand All @@ -28,5 +28,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.1.0/wasteland-ventures-0.1.0.zip"
"download": "https://github.com/Wasteland-Ventures-Group/WV-VTT-module/releases/download/v0.2.0/wasteland-ventures-0.2.0.zip"
}

0 comments on commit 4218136

Please sign in to comment.