chore: bump version to 0.7.1

This commit is contained in:
Oleg Shparber 2023-10-01 22:28:14 -04:00
parent 90ad776e83
commit c507362889
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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: $@

View File

@ -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",