Skip to content

Commit

Permalink
tagging Release v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jakoch committed Nov 22, 2020
1 parent f6bbf21 commit a935c76
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

- ...

## [1.3.0] - 2020-11-22

- added rank information for wingman and dangerzone to "-user"
- added GlobalStats command
- replaced RapidJson with nlohmann::json
Expand Down Expand Up @@ -74,7 +78,8 @@ All notable changes to this project will be documented in this file.
### Added
- Initial Release

[Unreleased]: https://github.com/jakoch/csgo-cli/compare/v1.2.0...HEAD
[Unreleased]: https://github.com/jakoch/csgo-cli/compare/v1.3.0...HEAD
[1.2.0]: https://github.com/jakoch/csgo-cli/compare/v1.2.0...v1.3.0
[1.2.0]: https://github.com/jakoch/csgo-cli/compare/v1.1.0...v1.2.0
[1.1.0]: https://github.com/jakoch/csgo-cli/compare/v1.0.5...v1.1.0
[1.0.5]: https://github.com/jakoch/csgo-cli/compare/v1.0.4...v1.0.5
Expand Down
2 changes: 1 addition & 1 deletion src/VersionAndConstants.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

// Application Version
#define CSGO_CLI_VERSION_MAJOR "1"
#define CSGO_CLI_VERSION_MINOR "2"
#define CSGO_CLI_VERSION_MINOR "3"
#define CSGO_CLI_VERSION_REVISION "0"

#define CSGO_CLI_VERSION CSGO_CLI_VERSION_MAJOR "." CSGO_CLI_VERSION_MINOR "." CSGO_CLI_VERSION_REVISION
Expand Down

0 comments on commit a935c76

Please sign in to comment.