Skip to content

Commit

Permalink
1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TingPing committed Feb 8, 2024
1 parent 489b08b commit 57f9ae9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Changes in 1.4.1
================

* Add support for `autoprune-unless` in extensions
* Add `disable-http-decompression` option to archive/file sources
* Change `rename-desktop-file` and `rename-appdata-file` to also set the launchable or provide the old id if needed

Changes in 1.4.0
================

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ AC_PREREQ([2.63])

m4_define([flatpak_builder_major_version], [1])
m4_define([flatpak_builder_minor_version], [4])
m4_define([flatpak_builder_micro_version], [0])
m4_define([flatpak_builder_micro_version], [1])
m4_define([flatpak_builder_version],
[flatpak_builder_major_version.flatpak_builder_minor_version.flatpak_builder_micro_version])

Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ project(
'c',
license: 'LGPL-2.1-or-later',
meson_version: '>= 0.56.2',
version: '1.4.0',
version: '1.4.1',
default_options: 'c_std=gnu99',
)

Expand Down

0 comments on commit 57f9ae9

Please sign in to comment.