Release 1.4.3

This commit is contained in:
Benjamin Schaaf 2021-12-13 23:04:07 +11:00 committed by Martijn Braam
parent 6e34b5b419
commit d47f80a4cb
No known key found for this signature in database
GPG Key ID: C4280ACB000B060F
2 changed files with 9 additions and 1 deletions

View File

@ -26,6 +26,14 @@
<url type="homepage">https://sr.ht/~martijnbraam/megapixels</url>
<content_rating type="oars-1.1" />
<releases>
<release version="1.4.3" date="2021-12-13">
<description>
<p>
<li>Disable flash by default</li>
<li>Fix some small memory leaks</li>
</p>
</description>
</release>
<release version="1.4.2" date="2021-11-17">
<description>
<p>

View File

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