Bump to 1.3.0

This commit is contained in:
Martijn Braam 2021-09-10 03:39:03 +02:00
parent 7c218cddd3
commit fa5cbb5d9b
No known key found for this signature in database
GPG Key ID: C4280ACB000B060F
2 changed files with 10 additions and 1 deletions

View File

@ -26,6 +26,15 @@
<url type="homepage">https://sr.ht/~martijnbraam/megapixels</url>
<content_rating type="oars-1.1" />
<releases>
<release version="1.3.0" date="2021-09-10">
<description>
<p>
* Improved color handleing in the processed pictures
* Better wording on the QR dialogs
* Redesigned the data QR dialog
</p>
</description>
</release>
<release version="1.0.1" date="2021-05-04">
<description>
<p>

View File

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