Skip to content

Commit

Permalink
Release 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
phw committed Feb 19, 2020
1 parent 389e9a1 commit dec508d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Version 1.5.1 - 2020-02-19
- build: Fixed building with CMake

# Version 1.5.0 - 2020-02-18
- feat: Dialog to set recording area size (#246, #519)
- feat: Use radio buttons for format selection to easily show selected format
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 2.6)

set (PEEK_VERSION_MAJOR 1)
set (PEEK_VERSION_MINOR 5)
set (PEEK_VERSION_PATCH 0)
set (PEEK_VERSION_PATCH 1)

# Get full Peek version
if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/.git)
Expand Down
1 change: 1 addition & 0 deletions data/com.uploadedlobster.peek.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
<content_rating type="oars-1.1" />

<releases>
<release version="1.5.1" date="2020-02-19" />
<release version="1.5.0" date="2020-02-18" />
<release version="1.4.0" date="2019-09-24" />
<release version="1.3.1" date="2018-03-29" />
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.5.0',
version: '1.5.1',
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.5.0
Version: 1.5.1
Release: 1%{?dist}
Summary: Simple screen recorder with an easy to use interface

Expand Down

0 comments on commit dec508d

Please sign in to comment.