Skip to content

Commit d6c0f20

Browse files
committed
Bump version/NEWS for 1.0.13 release
1 parent 05ff4a4 commit d6c0f20

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

NEWS

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
Changes in 1.0.13
2+
=================
3+
4+
* Fix a bug where git submodules were bundled even when disabled (whereas in
5+
the previous release this issue was fixed for the extraction phase)
6+
* For bundled extensions, use the specified version as the branch rather than
7+
using the branch of the parent app
8+
19
Changes in 1.0.12
210
=================
311

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ AC_PREREQ([2.63])
1515

1616
m4_define([flatpak_builder_major_version], [1])
1717
m4_define([flatpak_builder_minor_version], [0])
18-
m4_define([flatpak_builder_micro_version], [12])
18+
m4_define([flatpak_builder_micro_version], [13])
1919
m4_define([flatpak_builder_version],
2020
[flatpak_builder_major_version.flatpak_builder_minor_version.flatpak_builder_micro_version])
2121

0 commit comments

Comments
 (0)