Skip to content

Commit

Permalink
Reflecting pull request changes in md files
Browse files Browse the repository at this point in the history
Version update
  • Loading branch information
SMFSW committed Dec 18, 2022
1 parent 381ae65 commit 422816a
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ PROJECT_NAME = Queue
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 1.10
PROJECT_NUMBER = 1.11

# 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
2 changes: 1 addition & 1 deletion Doxyfile.auto
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ PROJECT_NAME = Queue
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 1.10
PROJECT_NUMBER = 1.11

# 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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Queue [![Build Status](https://travis-ci.com/SMFSW/Queue.svg?branch=master)](https://travis-ci.com/SMFSW/Queue)
# Queue [![Build Status](https://app.travis-ci.com/SMFSW/Queue.svg?branch=master)](https://app.travis-ci.com/SMFSW/Queue)

Queue handling library (designed on Arduino)

Expand Down
3 changes: 3 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ Feel free to share your thoughts @ [email protected] about:

** Actual:

v1.11: 18 Dec 2022:
- Include missing stddef.h

v1.10: 15 Nov 2022:
- SimpleQueueStatic.ino example added
- Constructor parameters added to setup a queue from statically allocated data area
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=Queue
version=1.10
version=1.11
author=SMFSW <[email protected]>
maintainer=SMFSW <[email protected]>
sentence=Queue handling library.
Expand Down

0 comments on commit 422816a

Please sign in to comment.