Skip to content

Commit

Permalink
chore: bump version to 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
trollixx committed Oct 2, 2023
1 parent 90ad776 commit c507362
Show file tree
Hide file tree
Showing 3 changed files with 3 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.7.0
VERSION 0.7.1
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 @@ -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: $@

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.7.0",
"version": "0.7.1",
"dependencies": [
{
"name": "libarchive",
Expand Down

0 comments on commit c507362

Please sign in to comment.