diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 30eaf01..1b91442 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -1,3 +1,9 @@
+0.3.2 - (unreleased)
+====================
+
+tbd
+
+
0.3.1 - 2023-12-10
==================
diff --git a/beeref.desktop b/beeref.desktop
index b1e561f..fcc0ee7 100644
--- a/beeref.desktop
+++ b/beeref.desktop
@@ -1,8 +1,8 @@
[Desktop Entry]
Name=BeeRef
-Comment=BeeRef 0.3.1
+Comment=BeeRef 0.3.2-dev
Terminal=false
-Exec=/home/yourname/path/to/BeeRef-0.3.1-linux
+Exec=/home/yourname/path/to/BeeRef-0.3.2-linux
Type=Application
Icon=/home/yourname/path/to/logo.png
Name[en_US]=BeeRef
diff --git a/beeref/constants.py b/beeref/constants.py
index 5aa16ec..c01578a 100644
--- a/beeref/constants.py
+++ b/beeref/constants.py
@@ -15,7 +15,7 @@
APPNAME = 'BeeRef'
APPNAME_FULL = f'{APPNAME} Reference Image Viewer'
-VERSION = '0.3.1'
+VERSION = '0.3.2-dev'
WEBSITE = 'https://github.com/rbreu/beeref'
COPYRIGHT = 'Copyright © 2021-2023 Rebecca Breu'
diff --git a/org.beeref.BeeRef.appdata.xml b/org.beeref.BeeRef.appdata.xml
index 60190d1..19cd755 100644
--- a/org.beeref.BeeRef.appdata.xml
+++ b/org.beeref.BeeRef.appdata.xml
@@ -18,7 +18,12 @@
+
+
+
+
+
diff --git a/setup.py b/setup.py
index ff605dd..f745c78 100644
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@ from setuptools import setup
setup(
name='BeeRef',
- version='0.3.2',
+ version='0.3.2-dev',
author='Rebecca Breu',
author_email='rebecca@rbreu.de',
url='https://github.com/rbreu/beeref',