Skip to content

Commit

Permalink
preparing for v12.1.0.1 release (flameshot-org#2753)
Browse files Browse the repository at this point in the history
(cherry picked from commit 70be63d)
  • Loading branch information
borgmanJeremy authored and Yuriy Puchkov committed Sep 9, 2022
1 parent 270e2dd commit 8f3ef6b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.13)
# cmake_policy(SET CMP0076 OLD)

set(FLAMESHOT_VERSION 12.0.0.1)
set(FLAMESHOT_VERSION 12.1.0.1)

# Flameshot-org
set(GIT_API_URL "https://api.github.com/repos/flameshot-org/flameshot/releases/latest")
Expand Down
1 change: 1 addition & 0 deletions data/appdata/org.flameshot.Flameshot.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ SPDX-License-Identifier: CC0-1.0
<project_license>GPL-3.0-or-later</project_license>
<name>Flameshot</name>
<releases>
<release version="12.1.0" date="2022-07-03"/>
<release version="12.0.0" date="2022-06-21"/>
<release version="11.0.0" date="2022-01-14"/>
<release version="0.10.1" date="2021-07-25"/>
Expand Down
4 changes: 2 additions & 2 deletions packaging/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
flameshot (12.0.0-1) unstable; urgency=medium
flameshot (12.1.0-1) unstable; urgency=medium

* New stable release.

-- Jeremy Borgman <[email protected]> Wed, 21 Jun 2022 18:24:29 -0600
-- Jeremy Borgman <[email protected]> Sun, 7 Jul 2022 18:24:29 -0600
2 changes: 1 addition & 1 deletion packaging/rpm/flameshot.spec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
%define is_suse_leap (0%{?is_opensuse} && 0%{?sle_version} >= 150200)

Name: flameshot
Version: 12.0.0.1
Version: 12.1.0.1
%if %{is_rhel_or_fedora}
Release: 1%{?dist}
%endif
Expand Down

0 comments on commit 8f3ef6b

Please sign in to comment.