Skip to content

Commit

Permalink
Bump to v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oclero committed Dec 1, 2024
1 parent 4ecd616 commit 36ba12f
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.3.0

- Switch to Qt6.

## v1.2.1

- Fix deployment on macOS.
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
# Set project information.
project("QtUtils"
LANGUAGES CXX
VERSION 1.2.1.0
VERSION 1.3.0.0
DESCRIPTION "Set of tools for Qt6"
)
set(PROJECT_NAMESPACE "oclero")
Expand Down

0 comments on commit 36ba12f

Please sign in to comment.