diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 36d9d452..dfef69f0 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -27,7 +27,7 @@ If applicable, add screenshots to help explain your problem. - Board: [e.g. Arduino Leonardo] - Device: [e.g. Lighting Node PRO] - Version of IDE: [e.g. Arduino IDE 1.8.13] - - Version of CLP: [e.g. 0.14.2] + - Version of CLP: [e.g. 0.15.0] - Version of CLP Boards: [e.g. 0.2.0] - Sketch: [e.g. RepeatAndScale] diff --git a/.github/ISSUE_TEMPLATE/support.md b/.github/ISSUE_TEMPLATE/support.md index d3481b28..45ccfb70 100644 --- a/.github/ISSUE_TEMPLATE/support.md +++ b/.github/ISSUE_TEMPLATE/support.md @@ -18,7 +18,7 @@ If applicable, add screenshots to help explain your problem. - Board: [e.g. Arduino Leonardo] - Device: [e.g. Lighting Node PRO] - Version of IDE: [e.g. Arduino IDE 1.8.13] - - Version of CLP: [e.g. 0.14.2] + - Version of CLP: [e.g. 0.15.0] - Version of CLP Boards: [e.g. 0.2.0] - Sketch: [e.g. RepeatAndScale] diff --git a/extra/doxygen.conf b/extra/doxygen.conf index 326f5c86..c167f413 100644 --- a/extra/doxygen.conf +++ b/extra/doxygen.conf @@ -38,7 +38,7 @@ PROJECT_NAME = "Corsair Lighting Protocol" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 0.14.2 +PROJECT_NUMBER = 0.15.0 # 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 diff --git a/library.properties b/library.properties index ed69ee5e..4d2cb98a 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=Corsair Lighting Protocol -version=0.14.2 +version=0.15.0 author=Leon Kiefer maintainer=Leon Kiefer sentence=Control LED strips via USB from a PC.