diff --git a/docs/doxygen/config.doxyfile b/docs/doxygen/config.doxyfile index 4612036..83b067f 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.2 +PROJECT_NUMBER = v2.0.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 d75269b..37234f6 100644 --- a/manifest.yml +++ b/manifest.yml @@ -1,5 +1,5 @@ name : "coreMQTT Agent" -version: "v1.3.2" +version: "v2.0.0" description: | "Agent for thread-safe use of coreMQTT.\n" license: "MIT"