Skip to content

Commit

Permalink
v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorenar committed Jul 6, 2024
1 parent d207d58 commit 730dbd9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [1.1.2] - 2024-07-06
### Added

- pkg-config file
Expand Down Expand Up @@ -86,7 +87,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- README, CHANGELOG and AUTHORS

##
[unreleased]: https://github.com/Jorengarenar/libXDGdirs/compare/v1.1.1...HEAD
[unreleased]: https://github.com/Jorengarenar/libXDGdirs/compare/v1.1.2...HEAD
[1.1.1]: https://github.com/Jorengarenar/libXDGdirs/compare/v1.1.1...v1.1.2
[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
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.16)

project(libXDGdirs
DESCRIPTION "An implementation of XDG Base Directory Specification"
VERSION "1.1.1"
VERSION "1.1.2"
LANGUAGES C)

set(XDGDIRS "XDGdirs")
Expand Down

0 comments on commit 730dbd9

Please sign in to comment.