File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 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+
19Changes in 1.0.12
210=================
311
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ AC_PREREQ([2.63])
1515
1616m4_define ( [ flatpak_builder_major_version] , [ 1] )
1717m4_define ( [ flatpak_builder_minor_version] , [ 0] )
18- m4_define ( [ flatpak_builder_micro_version] , [ 12 ] )
18+ m4_define ( [ flatpak_builder_micro_version] , [ 13 ] )
1919m4_define ( [ flatpak_builder_version] ,
2020 [ flatpak_builder_major_version.flatpak_builder_minor_version.flatpak_builder_micro_version] )
2121
You can’t perform that action at this time.
0 commit comments