From eb4630d73824e6d6b26e6bfee56138510868b33c Mon Sep 17 00:00:00 2001 From: tastytea Date: Tue, 16 Aug 2022 18:37:36 +0200 Subject: [PATCH] version bump 0.6.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit botched the 0.6.1 release 😅 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b993763..772cf7d 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.6.0 + VERSION 0.6.2 DESCRIPTION "Search tool for EPUB e-books" HOMEPAGE_URL "https://schlomp.space/tastytea/epubgrep" LANGUAGES CXX)