From dd3ea36b3c1a928a6cf112b32f454295729832c5 Mon Sep 17 00:00:00 2001 From: Rahul Kar Date: Thu, 29 Aug 2024 08:13:02 +0000 Subject: [PATCH] Fix incorrect version numbering --- docs/doxygen/config.doxyfile | 2 +- manifest.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/doxygen/config.doxyfile b/docs/doxygen/config.doxyfile index 8ba0a1f..1bc82d1 100644 --- a/docs/doxygen/config.doxyfile +++ b/docs/doxygen/config.doxyfile @@ -48,7 +48,7 @@ PROJECT_NAME = "coreMQTT Agent" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = v1.3.0+ +PROJECT_NUMBER = v1.3.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/manifest.yml b/manifest.yml index 3fcb586..8e418e2 100644 --- a/manifest.yml +++ b/manifest.yml @@ -1,5 +1,5 @@ name : "coreMQTT Agent" -version: "v1.3.0+" +version: "v1.3.0" description: | "Agent for thread-safe use of coreMQTT.\n" license: "MIT"