diff --git a/docs/LoaderDriverInterface.md b/docs/LoaderDriverInterface.md
index 7a3e3906..a1a059ef 100644
--- a/docs/LoaderDriverInterface.md
+++ b/docs/LoaderDriverInterface.md
@@ -526,7 +526,7 @@ Here is an example driver JSON Manifest file:
| "file_format_version" |
The JSON format major.minor.patch version number of this file.
- Currently supported version is 1.0.0. |
+ Supported versions are: 1.0.0 and 1.0.1.
| "ICD" |
diff --git a/docs/LoaderLayerInterface.md b/docs/LoaderLayerInterface.md
index c5be4b1d..1797c3dc 100644
--- a/docs/LoaderLayerInterface.md
+++ b/docs/LoaderLayerInterface.md
@@ -1611,7 +1611,7 @@ Here's an example of a meta-layer manifest file:
| "file_format_version" |
Manifest format major.minor.patch version number.
- Supported versions are: 1.0.0, 1.0.1, 1.1.0, 1.1.1, and 1.1.2.
+ Supported versions are: 1.0.0, 1.0.1, 1.1.0, 1.1.1, 1.1.2 and 1.2.0.
|
None |
None |