Skip to content

Commit ceb51a9

Browse files
committed
Added releasing info for 0.8.3
1 parent 931ac15 commit ceb51a9

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.13)
44
# This can be read from ${PROJECT_NAME} after project() is called
55
project(
66
flameshot
7-
VERSION 0.8.1
7+
VERSION 0.8.3
88
LANGUAGES CXX)
99
set(PROJECT_NAME_CAPITALIZED "Flameshot")
1010

data/debian/changelog

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
flameshot (0.8.1-1) unstable; urgency=medium
1+
flameshot (0.8.3-1) unstable; urgency=medium
22

33
* New stable release.
44

5-
-- Boyuan Yang <[email protected]> Wed, 23 Sep 2020 20:39:29 -0400
5+
-- Jeremy Borgman <[email protected]> Mon, 30 Sep 2020 09:18:29 -0600

data/rpm/flameshot.spec

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: flameshot
2-
Version: 0.8.1
2+
Version: 0.8.3
33
Release: 1%{?dist}
44
Summary: Powerful yet simple to use screenshot software
55
Summary(eu-ES): Potente pero simple de usar software de capturas
@@ -95,6 +95,8 @@ make %{?_smp_mflags}
9595
%{_datadir}/icons/hicolor
9696

9797
%changelog
98+
* Mon Sep 19 2020 Jeremy Borgman <[email protected]> - 0.8.3-1
99+
- Updated for flameshot 0.8.3
98100
* Mon Sep 07 2020 Zetao Yang <[email protected]> - 0.8.0-1
99101
- Updated for flameshot 0.8.0
100102
- More details, please see https://flameshot.js.org/#/changelog?id=v080

docs/appdata/flameshot.metainfo.xml

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<project_license>GPL-3.0-or-later</project_license>
66
<name>Flameshot</name>
77
<releases>
8+
<release version="0.8.3" date="2020-09-28"/>
89
<release version="0.8.1" date="2020-09-23"/>
910
<release version="0.8.0" date="2020-09-19"/>
1011
</releases>

0 commit comments

Comments
 (0)