Release 1.4.2

This commit is contained in:
Benjamin Schaaf 2021-11-17 00:08:27 +11:00
parent c277342f74
commit 34885afac0
2 changed files with 8 additions and 1 deletions

View File

@ -26,6 +26,13 @@
<url type="homepage">https://sr.ht/~martijnbraam/megapixels</url>
<content_rating type="oars-1.1" />
<releases>
<release version="1.4.2" date="2021-11-17">
<description>
<p>
<li>Fix crash when not using phosh</li>
</p>
</description>
</release>
<release version="1.4.1" date="2021-11-14">
<description>
<p>

View File

@ -1,4 +1,4 @@
project('megapixels', 'c', version: '1.4.1')
project('megapixels', 'c', version: '1.4.2')
gnome = import('gnome')
gtkdep = dependency('gtk4')