Skip to content
This repository was archived by the owner on Aug 3, 2019. It is now read-only.

Commit 9094c31

Browse files
committed
Updated version number to 3.0.6
1 parent 573e851 commit 9094c31

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

debian/changelog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
green-recorder (3.0.6) zesty; urgency=low
2+
3+
* Fixed #73.
4+
5+
-- M.Hanny Sabbagh <[email protected]> Fri, 20 Oct 2017 09:02:00 +0200
6+
17
green-recorder (3.0.5) zesty; urgency=low
28

39
* Fixed small issues evreywhere.

green-recorder.spec

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Name: green-recorder
55
Summary: A simple yet functional desktop recorder for Linux systems. Supports both Xorg server and Wayland (GNOME).
66
URL: https://foss-project.com
7-
Version: 3.0.5
7+
Version: 3.0.6
88
Release: 1%{?dist}
99
Source: https://github.com/%{owner}/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
1010
License: GPLv3
@@ -41,6 +41,9 @@ python setup.py install -O1 --root=$RPM_BUILD_ROOT
4141
%{_datadir}/pixmaps/%{name}.png
4242

4343
%changelog
44+
* Fri Oct 20 2017 M.Hanny Sabbagh <[email protected]> 3.0.6
45+
- Fixed #73.
46+
4447
* Thu Oct 12 2017 M.Hanny Sabbagh <[email protected]> 3.0.5
4548
- Fixed small issues evreywhere.
4649
- Restructured UI.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
data_files.extend(locales)
2020

2121
setup(name = "green-recorder",
22-
version = "3.0.5",
22+
version = "3.0.6",
2323
description = "Record your desktop easily using a simple GUI",
2424
author = "FOSS Project",
2525
author_email = "[email protected]",

snap/snapcraft.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
name: green-recorder
3-
version: '3.0.5'
3+
version: '3.0.6'
44
summary: Simple screen recorder for Linux desktop. Supports Xorg & Wayland.
55
description: |
66
Simple and easy screen recorder for Linux desktop. Supports Xorg & Wayland.

0 commit comments

Comments
 (0)