Skip to content

Commit a935c76

Browse files
committed
tagging Release v1.3.0
1 parent f6bbf21 commit a935c76

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.
33

44
## [Unreleased]
55

6+
- ...
7+
8+
## [1.3.0] - 2020-11-22
9+
610
- added rank information for wingman and dangerzone to "-user"
711
- added GlobalStats command
812
- replaced RapidJson with nlohmann::json
@@ -74,7 +78,8 @@ All notable changes to this project will be documented in this file.
7478
### Added
7579
- Initial Release
7680

77-
[Unreleased]: https://github.com/jakoch/csgo-cli/compare/v1.2.0...HEAD
81+
[Unreleased]: https://github.com/jakoch/csgo-cli/compare/v1.3.0...HEAD
82+
[1.2.0]: https://github.com/jakoch/csgo-cli/compare/v1.2.0...v1.3.0
7883
[1.2.0]: https://github.com/jakoch/csgo-cli/compare/v1.1.0...v1.2.0
7984
[1.1.0]: https://github.com/jakoch/csgo-cli/compare/v1.0.5...v1.1.0
8085
[1.0.5]: https://github.com/jakoch/csgo-cli/compare/v1.0.4...v1.0.5

src/VersionAndConstants.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
// Application Version
88
#define CSGO_CLI_VERSION_MAJOR "1"
9-
#define CSGO_CLI_VERSION_MINOR "2"
9+
#define CSGO_CLI_VERSION_MINOR "3"
1010
#define CSGO_CLI_VERSION_REVISION "0"
1111

1212
#define CSGO_CLI_VERSION CSGO_CLI_VERSION_MAJOR "." CSGO_CLI_VERSION_MINOR "." CSGO_CLI_VERSION_REVISION

0 commit comments

Comments
 (0)