From 9a6653b54c6c36872d15a5333a0540be28ceaa02 Mon Sep 17 00:00:00 2001 From: Matthew Reishus Date: Mon, 18 May 2020 08:36:51 -0500 Subject: [PATCH] Bump version -> 0.3.5 --- CHANGELOG.md | 11 +++++++++-- build.sh | 2 +- frontend/src/features/lobby/Lobby.tsx | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 572835d2..92e33925 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.5] - 2020-05-18 + +### Changed + +- Dependency updates + ## [0.3.4] - 2020-03-16 ### Changed @@ -63,8 +69,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Initial release. Rough, but playable with 4 people. -[unreleased]: https://github.com/mreishus/spades/compare/v0.3.4...HEAD -[0.3.3]: https://github.com/mreishus/spades/compare/v0.3.3...v0.3.4 +[unreleased]: https://github.com/mreishus/spades/compare/v0.3.5...HEAD +[0.3.5]: https://github.com/mreishus/spades/compare/v0.3.4...v0.3.5 +[0.3.4]: https://github.com/mreishus/spades/compare/v0.3.3...v0.3.4 [0.3.3]: https://github.com/mreishus/spades/compare/v0.3.2...v0.3.3 [0.3.2]: https://github.com/mreishus/spades/compare/v0.3.1...v0.3.2 [0.3.1]: https://github.com/mreishus/spades/compare/v0.3.0...v0.3.1 diff --git a/build.sh b/build.sh index 9321f940..19b54515 100755 --- a/build.sh +++ b/build.sh @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=0.3.4 # Change in Lobby.tsx too, as well as changelog +VERSION=0.3.5 # Change in Lobby.tsx too, as well as changelog # exit when any command fails set -e diff --git a/frontend/src/features/lobby/Lobby.tsx b/frontend/src/features/lobby/Lobby.tsx index 65312e30..c2d6b9b4 100644 --- a/frontend/src/features/lobby/Lobby.tsx +++ b/frontend/src/features/lobby/Lobby.tsx @@ -79,7 +79,7 @@ export const Lobby: React.FC = () => { email me:

- Last Update: 2020-03-16. Version: 0.3.4.{" "} + Last Update: 2020-05-18. Version: 0.3.5.{" "}