diff --git a/README.md b/README.md index 942b4bd86..4201b01f4 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,6 @@ FSearch is a fast file search utility, inspired by Everything Search Engine. It's written in C and based on GTK3. -**Note: The application is still in beta stage** - * For bug reports and feature requests please use the issue tracker: https://github.com/cboxdoerfer/fsearch/issues * For everything else related to FSearch you can talk to me on Matrix: https://matrix.to/#/#fsearch:matrix.org diff --git a/configure.ac b/configure.ac index e1a17de2a..5fcb967f9 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_INIT([FSearch], - m4_esyscmd([build-aux/git-version-gen --fallback "0.1beta4" .tarball-version]), + m4_esyscmd([build-aux/git-version-gen --fallback "0.1" .tarball-version]), [christian.boxdoerfer@posteo.de], [fsearch], [https://cboxdoerfer.github.io/fsearch]) diff --git a/meson.build b/meson.build index 95d07e4ee..f76113aad 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('fsearch', 'c', - version: '0.1beta4', + version: '0.1', meson_version: '>= 0.45.0', default_options: ['c_std=c11'], )