Skip to content

Commit 4a91667

Browse files
committed
Increment version
1 parent 3e134d8 commit 4a91667

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.13)
22
# cmake_policy(SET CMP0076 OLD)
33

4-
set(FLAMESHOT_VERSION 12.1.0)
4+
set(FLAMESHOT_VERSION 12.1.1)
55

66
# Flameshot-org
77
set(GIT_API_URL "https://api.github.com/repos/flameshot-org/flameshot/releases/latest")

data/appdata/org.flameshot.Flameshot.metainfo.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ SPDX-License-Identifier: CC0-1.0
99
<project_license>GPL-3.0-or-later</project_license>
1010
<name>Flameshot</name>
1111
<releases>
12+
<release version="12.1.1" date="2024-10-06"/>
1213
<release version="12.1.0" date="2022-07-03"/>
1314
<release version="12.0.0" date="2022-06-21"/>
1415
<release version="11.0.0" date="2022-01-14"/>

src/utils/globalvalues.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ int GlobalValues::buttonBaseSize()
1313
QString GlobalValues::versionInfo()
1414
{
1515
return QStringLiteral("Flowinity Flowshot " APP_VERSION " (" FLAMESHOT_GIT_HASH ")"
16-
"\n(Fork of Flameshot v6)"
16+
"\n(Fork of Flameshot. Flowshot and Flowinity are not affiliated with the Flameshot project)"
1717
"\nCompiled with Qt " QT_VERSION_STR);
1818
}
1919

0 commit comments

Comments
 (0)