Skip to content

Commit

Permalink
chore: bump version to 0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
trollixx committed Oct 6, 2024
1 parent 66b3033 commit 2f66cca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.7.2
VERSION 0.7.3
DESCRIPTION "A simple documentation browser."
HOMEPAGE_URL "https://zealdocs.org"
LANGUAGES CXX
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 @@ -11,7 +11,7 @@ AppDir:
id: org.zealdocs.zeal
name: zeal
icon: zeal
version: 0.7.2 # TODO: Use version from CMake.
version: 0.7.3 # TODO: Use version from CMake.
exec: usr/bin/zeal
exec_args: $@

Expand Down

0 comments on commit 2f66cca

Please sign in to comment.