diff --git a/CMakeLists.txt b/CMakeLists.txt index 514a222..ed65bee 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ set(META_USE_QQC2 ON) set(META_ANDROID_PACKAGE_NAME "org.martchus.passwordmanager") set(META_VERSION_MAJOR 4) set(META_VERSION_MINOR 1) -set(META_VERSION_PATCH 6) +set(META_VERSION_PATCH 7) # add project files set(HEADER_FILES cli/cli.h model/entryfiltermodel.h model/entrymodel.h model/fieldmodel.h) diff --git a/README.md b/README.md index 3d3f1f6..8347372 100644 --- a/README.md +++ b/README.md @@ -48,9 +48,11 @@ See the release section on GitHub. [the AUR](https://aur.archlinux.org/packages?SeB=m&K=Martchus) * for a binary repository checkout [my website](http://martchus.no-ip.biz/website/page.php?name=programming) * Tumbleweed, Leap, Fedora - * for RPM \*.spec files and binary repository checkout - [openSUSE Build Servide](https://build.opensuse.org/project/show/home:mkittler) - * there's also a [repo with builds of Git master](https://build.opensuse.org/project/show/home:mkittler:vcs) + * RPM \*.spec files and binaries are available via openSUSE Build Service + * latest releases: [download page](https://software.opensuse.org/download.html?project=home:mkittler&package=passwordmanager), + [project page](https://build.opensuse.org/project/show/home:mkittler) + * Git master: [download page](https://software.opensuse.org/download.html?project=home:mkittler:vcs&package=passwordmanager), + [project page](https://build.opensuse.org/project/show/home:mkittler:vcs) * Other GNU/Linux systems * [AppImage repository for releases on the openSUSE Build Service](https://download.opensuse.org/repositories/home:/mkittler:/appimage/AppImage) * [AppImage repository for builds from Git master the openSUSE Build Service](https://download.opensuse.org/repositories/home:/mkittler:/appimage:/vcs/AppImage/)