mirror of
https://github.com/zealdocs/zeal.git
synced 2024-11-26 15:43:49 +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")
|
set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")
|
||||||
|
|
||||||
project(Zeal
|
project(Zeal
|
||||||
VERSION 0.7.0
|
VERSION 0.7.1
|
||||||
DESCRIPTION "A simple documentation browser."
|
DESCRIPTION "A simple documentation browser."
|
||||||
HOMEPAGE_URL "https://zealdocs.org"
|
HOMEPAGE_URL "https://zealdocs.org"
|
||||||
LANGUAGES CXX
|
LANGUAGES CXX
|
||||||
|
@ -10,7 +10,7 @@ AppDir:
|
|||||||
id: org.zealdocs.zeal
|
id: org.zealdocs.zeal
|
||||||
name: zeal
|
name: zeal
|
||||||
icon: 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: usr/bin/zeal
|
||||||
exec_args: $@
|
exec_args: $@
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
|
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
|
||||||
"name": "zeal",
|
"name": "zeal",
|
||||||
"version": "0.7.0",
|
"version": "0.7.1",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
{
|
{
|
||||||
"name": "libarchive",
|
"name": "libarchive",
|
||||||
|
Loading…
Reference in New Issue
Block a user