diff --git a/CMakeLists.txt b/CMakeLists.txt index 53767d2..1eb972a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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") diff --git a/README.adoc b/README.adoc index ed2d3d7..c1b95b7 100644 --- a/README.adoc +++ b/README.adoc @@ -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