Release 1.3.1

* Fix memory leak
This commit is contained in:
Benjamin Schaaf
2021-11-10 20:36:55 +11:00
parent df0e1c91ce
commit 16e9bff190
2 changed files with 11 additions and 4 deletions

View File

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