Skip to content

Commit

Permalink
chore: bump version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
trollixx committed Sep 20, 2023
1 parent 9f6c4de commit 90ad776
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set(CMAKE_ERROR_DEPRECATED TRUE)
set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")

project(Zeal
VERSION 0.6.2
VERSION 0.7.0
DESCRIPTION "A simple documentation browser."
HOMEPAGE_URL "https://zealdocs.org"
LANGUAGES CXX
Expand Down
1 change: 1 addition & 0 deletions assets/freedesktop/org.zealdocs.zeal.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
<id>zeal.desktop</id>
</provides>
<releases>@ZEAL_APPSTREAM_DEV_RELEASE@
<release date="2023-09-20" version="0.7.0" type="stable" />
<release date="2018-09-28" version="0.6.1" type="stable" />
</releases>
<update_contact>[email protected]</update_contact>
Expand Down
2 changes: 1 addition & 1 deletion pkg/appimage/appimage-amd64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ AppDir:
id: org.zealdocs.zeal
name: zeal
icon: zeal
version: 0.6.1 # TODO: Use version from CMake.
version: 0.7.0 # TODO: Use version from CMake.
exec: usr/bin/zeal
exec_args: $@

Expand Down
2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"name": "zeal",
"version": "0.6.2",
"version": "0.7.0",
"dependencies": [
{
"name": "libarchive",
Expand Down

0 comments on commit 90ad776

Please sign in to comment.