Skip to content

Commit

Permalink
Bump version 1.1.1
Browse files Browse the repository at this point in the history
Signed-off-by: Jianhui Zhao <[email protected]>
  • Loading branch information
zhaojh329 committed Apr 29, 2021
1 parent 7f99d62 commit a7cfda1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[4]: https://github.com/zhaojh329/libumqtt/pulls
[5]: https://img.shields.io/badge/Issues-welcome-brightgreen.svg?style=plastic
[6]: https://github.com/zhaojh329/libumqtt/issues/new
[7]: https://img.shields.io/badge/release-1.1.0-blue.svg?style=plastic
[7]: https://img.shields.io/badge/release-1.1.1-blue.svg?style=plastic
[8]: https://github.com/zhaojh329/libumqtt/releases
[9]: https://github.com/zhaojh329/libumqtt/workflows/build/badge.svg

Expand Down
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# The version number.
set(UMQTT_VERSION_MAJOR 1)
set(UMQTT_VERSION_MINOR 1)
set(UMQTT_VERSION_PATCH 0)
set(UMQTT_VERSION_PATCH 1)

aux_source_directory(. SOURCES)
list(APPEND SOURCES buffer/buffer.c)
Expand Down

0 comments on commit a7cfda1

Please sign in to comment.