Skip to content

Commit

Permalink
Added releasing info for v0.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
borgmanJeremy committed Oct 14, 2020
1 parent 80dd24f commit 47b6964
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.13)
# This can be read from ${PROJECT_NAME} after project() is called
project(
flameshot
VERSION 0.8.4
VERSION 0.8.5
LANGUAGES CXX)
set(PROJECT_NAME_CAPITALIZED "Flameshot")

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 @@ -5,6 +5,7 @@
<project_license>GPL-3.0-or-later</project_license>
<name>Flameshot</name>
<releases>
<release version="0.8.5" date="2020-10-14"/>
<release version="0.8.4" date="2020-10-10"/>
<release version="0.8.3" date="2020-09-28"/>
<release version="0.8.1" date="2020-09-23"/>
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 (0.8.4-1) unstable; urgency=medium
flameshot (0.8.5-1) unstable; urgency=medium

* New stable release.

-- Jeremy Borgman <borgman.jeremy@pm.me> Mon, 30 Sep 2020 09:18:29 -0600
-- Jeremy Borgman <borgman.jeremy@pm.me> Wed, 14 Oct 2020 18:24:29 -0600
4 changes: 3 additions & 1 deletion packaging/rpm/flameshot.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: flameshot
Version: 0.8.4
Version: 0.8.5
Release: 1%{?dist}
Summary: Powerful yet simple to use screenshot software
Summary(eu-ES): Potente pero simple de usar software de capturas
Expand Down Expand Up @@ -95,6 +95,8 @@ make %{?_smp_mflags}
%{_datadir}/icons/hicolor

%changelog
* Sat Oct 14 2020 Jeremy Borgman <borgman.jeremy@pm.me> - 0.8.5-1
- Updated for flameshot 0.8.5
* Sat Oct 10 2020 Jeremy Borgman <borgman.jeremy@pm.me> - 0.8.4-1
- Updated for flameshot 0.8.4
* Mon Sep 19 2020 Jeremy Borgman <borgman.jeremy@pm.me> - 0.8.3-1
Expand Down
2 changes: 0 additions & 2 deletions snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ confinement: strict # use 'strict' once you have the right plugs and slots
#confinement: devmode # use 'strict' once you have the right plugs and slots
architectures:
- build-on: amd64
- build-on: i386


apps:
flameshot:
Expand Down

0 comments on commit 47b6964

Please sign in to comment.