diff --git a/CMakeLists.txt b/CMakeLists.txt index 461847e..a6a31c6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ set(CMAKE_ERROR_DEPRECATED TRUE) set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake") project(Zeal - VERSION 0.7.0 + VERSION 0.7.1 DESCRIPTION "A simple documentation browser." HOMEPAGE_URL "https://zealdocs.org" LANGUAGES CXX diff --git a/pkg/appimage/appimage-amd64.yaml b/pkg/appimage/appimage-amd64.yaml index d42ee83..b0c3fb1 100644 --- a/pkg/appimage/appimage-amd64.yaml +++ b/pkg/appimage/appimage-amd64.yaml @@ -10,7 +10,7 @@ AppDir: id: org.zealdocs.zeal name: zeal icon: zeal - version: 0.7.0 # TODO: Use version from CMake. + version: 0.7.1 # TODO: Use version from CMake. exec: usr/bin/zeal exec_args: $@ diff --git a/vcpkg.json b/vcpkg.json index a082e73..c216069 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json", "name": "zeal", - "version": "0.7.0", + "version": "0.7.1", "dependencies": [ { "name": "libarchive",