Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
FluffyStuff committed Apr 24, 2020
1 parent 9590380 commit 8c13469
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to this project will be documented in this file.

## [Unreleased]
## [0.2.1.0] - 2020-04-24

### Added
- Changelog file.
Expand All @@ -12,6 +12,7 @@ All notable changes to this project will be documented in this file.
- More verbose debug log
- Compile and runtime option for data search directory
- About menu
- Game start animation

### Changed
- Disabled background music by default.
Expand Down Expand Up @@ -76,7 +77,8 @@ All notable changes to this project will be documented in this file.
### Added
- Initial release, branched from older project.

[unreleased]: https://github.com/FluffyStuff/OpenRiichi/compare/v0.2.0.3...HEAD
[unreleased]: https://github.com/FluffyStuff/OpenRiichi/compare/v0.2.1.0...HEAD
[0.2.1.0]: https://github.com/FluffyStuff/OpenRiichi/releases/tag/v0.2.1.0
[0.2.0.3]: https://github.com/FluffyStuff/OpenRiichi/releases/tag/v0.2.0.3
[0.2.0.1]: https://github.com/FluffyStuff/OpenRiichi/releases/tag/v0.2.0.1
[0.1.3.2]: https://github.com/FluffyStuff/OpenRiichi/releases/tag/v0.1.3.2
Expand Down
4 changes: 2 additions & 2 deletions source/Environment.vala
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ public class Environment
{
private const int VERSION_MAJOR = 0;
private const int VERSION_MINOR = 2;
private const int VERSION_PATCH = 0;
private const int VERSION_REVIS = 3;
private const int VERSION_PATCH = 1;
private const int VERSION_REVIS = 0;

public const int MIN_NAME_LENGTH = 2;
public const int MAX_NAME_LENGTH = 12;
Expand Down

0 comments on commit 8c13469

Please sign in to comment.