Bump version to 0.1.3, fix typos.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
tastytea 2021-05-25 08:12:18 +02:00
parent 4644c2afd4
commit 01464bef50
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
2 changed files with 3 additions and 3 deletions

View File

@ -5,8 +5,8 @@ set(CMAKE_BUILD_TYPE "Release" CACHE STRING "The type of build.")
set(XGETTEXT_CMD "xgettext" CACHE STRING "The command for xgettext.") set(XGETTEXT_CMD "xgettext" CACHE STRING "The command for xgettext.")
project(epubgrep project(epubgrep
VERSION 0.1.2 VERSION 0.1.3
DESCRIPTION "Search tool for EPUB ebooks" DESCRIPTION "Search tool for EPUB e-books"
LANGUAGES CXX) LANGUAGES CXX)
list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake") list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake")

View File

@ -15,7 +15,7 @@
:uri-fmt: https://github.com/fmtlib/fmt :uri-fmt: https://github.com/fmtlib/fmt
:uri-asciidoc: http://asciidoc.org/ :uri-asciidoc: http://asciidoc.org/
*{project}* is a search tool for EPUB ebooks. *{project}* is a search tool for EPUB e-books.
== Usage == Usage