From 577755d23047e4b5f9abe152b41524048dbd84c3 Mon Sep 17 00:00:00 2001 From: Yuriy Puchkov Date: Mon, 24 Oct 2022 18:14:12 +0100 Subject: [PATCH] Release v12.1.0.2 --- CMakeLists.txt | 2 +- packaging/rpm/flameshot.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e66807a460..e264f0e294 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.13) # cmake_policy(SET CMP0076 OLD) -set(FLAMESHOT_VERSION 12.1.0.1) +set(FLAMESHOT_VERSION 12.1.0.2) # Flameshot-org set(GIT_API_URL "https://api.github.com/repos/flameshot-org/flameshot/releases/latest") diff --git a/packaging/rpm/flameshot.spec b/packaging/rpm/flameshot.spec index c76159db56..c5d8e07711 100644 --- a/packaging/rpm/flameshot.spec +++ b/packaging/rpm/flameshot.spec @@ -8,7 +8,7 @@ %define is_suse_leap (0%{?is_opensuse} && 0%{?sle_version} >= 150200) Name: flameshot -Version: 12.1.0.1 +Version: 12.1.0.2 %if %{is_rhel_or_fedora} Release: 1%{?dist} %endif