diff --git a/CHANGES.md b/CHANGES.md
index e4cf717f..ba92c830 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,3 +1,7 @@
+# Version 1.0.3 - 2017-06-13
+ * package: fixed installing man page
+ * package: fixed Debian packaging
+
# Version 1.0.2 - 2017-06-13
* feat: Finish saving file when closing window while rendering (#142)
* feat: Highlight file when launching Dolphin file manager
diff --git a/CMakeLists.txt b/CMakeLists.txt
index dfc10e78..18a03512 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 2.6)
set (PEEK_VERSION_MAJOR 1)
set (PEEK_VERSION_MINOR 0)
-set (PEEK_VERSION_PATCH 2)
+set (PEEK_VERSION_PATCH 3)
set (XDG_APPS_INSTALL_DIR share/applications)
set (GettextTranslate_GMO_BINARY TRUE)
diff --git a/README.md b/README.md
index 8d75def7..7a3c7a98 100644
--- a/README.md
+++ b/README.md
@@ -141,10 +141,10 @@ Then build Peek and package it:
cmake -DCMAKE_INSTALL_PREFIX=/usr -DGSETTINGS_COMPILE=OFF ..
make package
-This will create the package `peek-1.0.2-Linux.deb`. You can install it with
+This will create the package `peek-1.0.3-Linux.deb`. You can install it with
dpkg:
- sudo dpkg -i peek-1.0.2-Linux.deb
+ sudo dpkg -i peek-1.0.3-Linux.deb
### Fedora
Fedora 25 users can use this repository:
diff --git a/data/com.uploadedlobster.peek.appdata.xml.in b/data/com.uploadedlobster.peek.appdata.xml.in
index 7281164a..45f1a343 100644
--- a/data/com.uploadedlobster.peek.appdata.xml.in
+++ b/data/com.uploadedlobster.peek.appdata.xml.in
@@ -78,6 +78,7 @@
ph.wolfer@gmail.com
+
diff --git a/debian/changelog b/debian/changelog
index 4951f2f9..39f1261d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+peek (1.0.3-0) mx; urgency=medium
+
+ * New upstream release:
+ - Fixed installing man page
+ - Fixed Debian packaging
+
+ -- Philipp Wolfer Tue, 13 Jun 2017 23:50:00 +0100
+
peek (1.0.2-0) mx; urgency=medium
* New upstream release:
diff --git a/rpm/peek.spec b/rpm/peek.spec
index d9718705..3a2e127c 100644
--- a/rpm/peek.spec
+++ b/rpm/peek.spec
@@ -53,6 +53,9 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*.appdat
%{_datadir}/icons/hicolor/*/apps/com.uploadedlobster.%{name}.png
%changelog
+* Tue Jun 13 2017 Philipp Wolfer -1.0.3
+- Fixed installing man page
+
* Tue Jun 13 2017 Philipp Wolfer -1.0.2
- Finish saving file when closing window while rendering
- Highlight file when launching Dolphin file manager
diff --git a/snapcraft.yaml b/snapcraft.yaml
index e26ceba9..ee9503de 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -1,5 +1,5 @@
name: peek
-version: '1.0.2+git'
+version: '1.0.3+git'
icon: data/icons/512x512/com.uploadedlobster.peek.png
summary: Simple animated GIF screen recorder with an easy to use interface
description: |