Skip to content

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorenar committed Nov 11, 2023
1 parent 7ddc38d commit fc630b7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.1.1] - 2023-11-11

### Fixed

- Missing `void` params
Expand Down Expand Up @@ -81,7 +83,8 @@ Updated to XDG Base Directory Specification version 0.8
- Documentation
- README, CHANGELOG and AUTHORS

[unreleased]: https://github.com/Jorengarenar/libXDGdirs/compare/v1.1.0...HEAD
[unreleased]: https://github.com/Jorengarenar/libXDGdirs/compare/v1.1.1...HEAD
[1.1.1]: https://github.com/Jorengarenar/libXDGdirs/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/Jorengarenar/libXDGdirs/compare/v1.0.5...v1.1.0
[1.0.5]: https://github.com/Jorengarenar/libXDGdirs/compare/v1.0.4...v1.0.5
[1.0.4]: https://github.com/Jorengarenar/libXDGdirs/compare/v1.0.3...v1.0.4
Expand Down
2 changes: 1 addition & 1 deletion src/xdgdirs.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ extern "C" {
* @details
* Adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
*/
#define XDGDIRS_VER "1.1.0"
#define XDGDIRS_VER "1.1.1"

/// Version of XDG Base Directory specification implemented in this library
#define XDGBDS_VER "0.8"
Expand Down

0 comments on commit fc630b7

Please sign in to comment.