Skip to content

Commit

Permalink
Release v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
leso-kn committed Oct 23, 2023
1 parent 00df504 commit 3844ced
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#

cmake_minimum_required(VERSION 3.0)
project(epaper-central VERSION 0.1.0)
project(epaper-central VERSION 0.1.1)

# Build Options
option(EPAPER_CENTRAL_BUILD_EPAPERD "Build daemon reference program" ON)
Expand Down
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = epaper-central
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 0.1.0
PROJECT_NUMBER = 0.1.1

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
5 changes: 5 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ libepaper-central is licensed under the MIT License.

## Changelog

### v0.1.1

* Fix: Added fallback install dirs in CMake configuration ([#1](https://github.com/leso-kn/epaper-central/issues/1))
* Docs: Added build instructions page

### v0.1.0

* Initial version of the library
Expand Down

0 comments on commit 3844ced

Please sign in to comment.