From c507362889f4f80c20ad99254d085c8b7c681a0d Mon Sep 17 00:00:00 2001 From: Oleg Shparber Date: Sun, 1 Oct 2023 22:28:14 -0400 Subject: [PATCH] chore: bump version to 0.7.1 --- CMakeLists.txt | 2 +- pkg/appimage/appimage-amd64.yaml | 2 +- vcpkg.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 461847e9..a6a31c65 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 d42ee836..b0c3fb1a 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 a082e734..c2160697 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",