Skip to content

Commit

Permalink
Bump version -> 0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mreishus committed May 18, 2020
1 parent 6a22bf4 commit 9a6653b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/features/lobby/Lobby.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export const Lobby: React.FC = () => {
email me: <AdminContact />
</p>
<p className="text-sm text-gray-700">
Last Update: 2020-03-16. Version: 0.3.4.{" "}
Last Update: 2020-05-18. Version: 0.3.5.{" "}
<a
href="https://github.com/mreishus/spades/blob/master/CHANGELOG.md"
target="_blank"
Expand Down

0 comments on commit 9a6653b

Please sign in to comment.