Skip to content
This repository was archived by the owner on Sep 24, 2025. It is now read-only.

Commit 9c8472c

Browse files
committed
Release 1.4.0
1 parent 9468407 commit 9c8472c

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ project("peek" C)
22
cmake_minimum_required(VERSION 2.6)
33

44
set (PEEK_VERSION_MAJOR 1)
5-
set (PEEK_VERSION_MINOR 3)
6-
set (PEEK_VERSION_PATCH 1)
5+
set (PEEK_VERSION_MINOR 4)
6+
set (PEEK_VERSION_PATCH 0)
77

88
# Get full Peek version
99
if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/.git)

data/com.uploadedlobster.peek.appdata.xml.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,11 @@
8080

8181
<developer_name>Philipp Wolfer</developer_name>
8282
<update_contact>[email protected]</update_contact>
83-
83+
8484
<content_rating type="oars-1.1" />
8585

8686
<releases>
87+
<release version="1.4.0" date="2019-09-24" />
8788
<release version="1.3.1" date="2018-03-29" />
8889
<release version="1.3.0" date="2018-03-25" />
8990
<release version="1.2.2" date="2018-01-28" />

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('peek', ['c', 'vala'],
2-
version: '1.3.1',
2+
version: '1.4.0',
33
meson_version: '>= 0.37.0',
44
)
55

rpm/peek.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: peek
2-
Version: 1.3.1
2+
Version: 1.4.0
33
Release: 1%{?dist}
44
Summary: Simple screen recorder with an easy to use interface
55

0 commit comments

Comments
 (0)