diff --git a/ChangeLog b/ChangeLog index d0e5364..ee753a4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +Mosaic 2.7b6~flatpak4 + * The SVG icon is now a square resolution to be compatible with Flathub. + Mosaic 2.7b6~flatpak3 * Mosaic now detects if it's in a Flatpak environment and stores its files accordingly. diff --git a/meson.build b/meson.build index 7423058..c568c46 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'ncsa-mosaic', 'c', - version: '2.7b6-flatpak3' + version: '2.7b6-flatpak4' ) cc = meson.get_compiler('c') diff --git a/src/com.github.fries1234.ncsa-mosaic.appdata.xml b/src/com.github.fries1234.ncsa-mosaic.appdata.xml index 69ff125..9b186b3 100644 --- a/src/com.github.fries1234.ncsa-mosaic.appdata.xml +++ b/src/com.github.fries1234.ncsa-mosaic.appdata.xml @@ -17,6 +17,11 @@ + + +

The SVG icon is now a square resolution to be compatible with Flathub.

+
+

Mosaic now detects if it's in a Flatpak environment and stores its files accordingly.

diff --git a/src/mosaic.h b/src/mosaic.h index 1e0759b..d9c5053 100644 --- a/src/mosaic.h +++ b/src/mosaic.h @@ -120,7 +120,7 @@ typedef enum /* -------------------------------- MACROS -------------------------------- */ /* ------------------------------------------------------------------------ */ -#define MO_VERSION_STRING "2.7b6~flatpak3" // SAM +#define MO_VERSION_STRING "2.7b6~flatpak4" // SAM #define MO_GO_NCSA_COUNT 3 /* Go to the NCSA home page thrice*/ #define MO_HELP_ON_VERSION_DOCUMENT \ mo_assemble_help_url ("help-on-version-2.7b5.html")