Skip to content

Commit 281aff1

Browse files
committed
bump: Version 1.5.13
1 parent 6ef3fdd commit 281aff1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
66
find_package(Qt6 REQUIRED COMPONENTS Core Gui Qml Quick QuickControls2 Network)
77

88
# Read version from git tag if available
9-
set(CONNECTTOOL_VERSION "1.5.12")
9+
set(CONNECTTOOL_VERSION "1.5.13")
1010
if(DEFINED ENV{CONNECTTOOL_VERSION})
1111
set(CONNECTTOOL_VERSION "$ENV{CONNECTTOOL_VERSION}")
1212
endif()

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
{
6161
default = pkgs.stdenv.mkDerivation rec {
6262
pname = "connecttool-qt";
63-
version = "1.5.12";
63+
version = "1.5.13";
6464
dontWrapQtApps = pkgs.stdenv.isDarwin;
6565

6666
# Keep entire working tree (including untracked) so new sources are present.

0 commit comments

Comments
 (0)