From 633274e3ddf9089d76befd291f014a544265c923 Mon Sep 17 00:00:00 2001 From: tastytea Date: Mon, 7 Jun 2021 15:05:16 +0200 Subject: [PATCH] Version bump 0.5.1. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c760b4d..c59af53 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ set(CMAKE_BUILD_TYPE "Release" CACHE STRING "The type of build.") set(XGETTEXT_CMD "xgettext" CACHE STRING "The command for xgettext.") project(epubgrep - VERSION 0.5.0 + VERSION 0.5.1 DESCRIPTION "Search tool for EPUB e-books" HOMEPAGE_URL "https://schlomp.space/tastytea/epubgrep" LANGUAGES CXX)