Skip to content

Commit

Permalink
- Fix wrong github tag leading to no update by Arduino Library Manage…
Browse files Browse the repository at this point in the history
…r (v1.5 is tagged as v1.6 in library.properties)
  • Loading branch information
SMFSW committed Dec 2, 2019
1 parent 57fbe00 commit 978cc15
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
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 = cQueue
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 1.6
PROJECT_NUMBER = 1.7

# 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 @@ -38,7 +38,7 @@ PROJECT_NAME = cQueue
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 1.6
PROJECT_NUMBER = 1.7

# 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
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 @ xgarmanboziax@gmail.com about:

** Actual:

v1.7: 2 Dec 2019:
- Fix wrong github tag leading to no update by Arduino Library Manager (v1.5 is tagged as v1.6 in library.properties)

v1.6: 3 Nov 2019:
- const qualifiers added where missing
- Added q_peekIdx and q_peekPrevious functions
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=cQueue
version=1.6
version=1.7
author=SMFSW <xgarmanboziax@gmail.com>
maintainer=SMFSW <xgarmanboziax@gmail.com>
sentence=Queue handling library (written in plain c)
Expand Down

0 comments on commit 978cc15

Please sign in to comment.