diff --git a/configure.ac b/configure.ac index a2156076d..06ca35bae 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_INIT([FSearch], - m4_esyscmd([build-aux/git-version-gen --fallback "0.1.1" .tarball-version]), + m4_esyscmd([build-aux/git-version-gen --fallback "0.1.2" .tarball-version]), [christian.boxdoerfer@posteo.de], [fsearch], [https://cboxdoerfer.github.io/fsearch]) diff --git a/data/io.github.cboxdoerfer.FSearch.appdata.xml.in b/data/io.github.cboxdoerfer.FSearch.appdata.xml.in index feaed9150..66358bc05 100644 --- a/data/io.github.cboxdoerfer.FSearch.appdata.xml.in +++ b/data/io.github.cboxdoerfer.FSearch.appdata.xml.in @@ -1,5 +1,5 @@ - + io.github.cboxdoerfer.FSearch CC0-1.0 @@ -8,7 +8,7 @@ A graphical file search application

- FSearch helps you to find files and folders as easy and fast as possible. + FSearch helps you find files and folders as easy and fast as possible. Just type a few letters and search results will appear almost instantly.

@@ -51,6 +51,17 @@ + + +

+
+
    diff --git a/meson.build b/meson.build index c00f1ad76..59aa0a02f 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('fsearch', 'c', - version: '0.1.1', + version: '0.1.2', meson_version: '>= 0.45.0', default_options: ['c_std=c11'], )