diff --git a/tools/docs/c/Doxyfile b/tools/docs/c/Doxyfile index ec9dec05..4fdf5ebf 100644 --- a/tools/docs/c/Doxyfile +++ b/tools/docs/c/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = "Microsoft Azure IoT Gateway SDK" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 1.0.0 +PROJECT_NUMBER = 1.0.1 # 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/tools/release/bump_version/versions.json b/tools/release/bump_version/versions.json index 54291a2c..b7324436 100644 --- a/tools/release/bump_version/versions.json +++ b/tools/release/bump_version/versions.json @@ -1,7 +1,7 @@ { "gateway": { - "core" : "1.0.0" + "core" : "1.0.1" }, "bindings" : {