Bump version to 0.1.3, fix typos.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
4644c2afd4
commit
01464bef50
|
@ -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.")
|
||||
|
||||
project(epubgrep
|
||||
VERSION 0.1.2
|
||||
DESCRIPTION "Search tool for EPUB ebooks"
|
||||
VERSION 0.1.3
|
||||
DESCRIPTION "Search tool for EPUB e-books"
|
||||
LANGUAGES CXX)
|
||||
|
||||
list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake")
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
:uri-fmt: https://github.com/fmtlib/fmt
|
||||
:uri-asciidoc: http://asciidoc.org/
|
||||
|
||||
*{project}* is a search tool for EPUB ebooks.
|
||||
*{project}* is a search tool for EPUB e-books.
|
||||
|
||||
== Usage
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user