mirror of
https://github.com/zealdocs/zeal.git
synced 2024-11-22 21:53:03 +03:00
chore: bump version to 0.7.1
This commit is contained in:
parent
90ad776e83
commit
c507362889
@ -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
|
||||
|
@ -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: $@
|
||||
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user