Skip to content

Commit

Permalink
Bump to v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
oclero committed Feb 18, 2024
1 parent f3bb30e commit 23b69fe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v1.2.1

- Recommend FetchContent instead of submodule.

## v1.2.0

- Rename `lib` folder into `src`, and `src` subfolder into `source`.
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ include(DeployQt)
# Set project information.
project("QtAppInstanceManager"
LANGUAGES CXX
VERSION 1.2.0.0
VERSION 1.2.1.0
)
set(PROJECT_NAMESPACE "oclero")

Expand Down

0 comments on commit 23b69fe

Please sign in to comment.