From 79bdc57260e691c498d9a3cfe1616454f037db8e Mon Sep 17 00:00:00 2001 From: Yuriy Puchkov Date: Sun, 19 Dec 2021 17:50:02 +0200 Subject: [PATCH] Release v0.10.2.1 --- CMakeLists.txt | 2 +- packaging/rpm/flameshot.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a26d5ba4f7..7744fa9f4d 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 0.10.1) +set(FLAMESHOT_VERSION 0.10.2.1) # 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 3fdf89c03e..c78eac9c1b 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: 0.10.1 +Version: 0.10.2.1 %if %{is_rhel_or_fedora} Release: 1%{?dist} %endif