Skip to content

Commit

Permalink
Release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phw committed Sep 24, 2019
1 parent 9468407 commit 9c8472c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ project("peek" C)
cmake_minimum_required(VERSION 2.6)

set (PEEK_VERSION_MAJOR 1)
set (PEEK_VERSION_MINOR 3)
set (PEEK_VERSION_PATCH 1)
set (PEEK_VERSION_MINOR 4)
set (PEEK_VERSION_PATCH 0)

# Get full Peek version
if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/.git)
Expand Down
3 changes: 2 additions & 1 deletion data/com.uploadedlobster.peek.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,11 @@

<developer_name>Philipp Wolfer</developer_name>
<update_contact>ph.wolfer@gmail.com</update_contact>

<content_rating type="oars-1.1" />

<releases>
<release version="1.4.0" date="2019-09-24" />
<release version="1.3.1" date="2018-03-29" />
<release version="1.3.0" date="2018-03-25" />
<release version="1.2.2" date="2018-01-28" />
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('peek', ['c', 'vala'],
version: '1.3.1',
version: '1.4.0',
meson_version: '>= 0.37.0',
)

Expand Down
2 changes: 1 addition & 1 deletion rpm/peek.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: peek
Version: 1.3.1
Version: 1.4.0
Release: 1%{?dist}
Summary: Simple screen recorder with an easy to use interface

Expand Down

0 comments on commit 9c8472c

Please sign in to comment.