layers: Update api version to 1.0.3 in json files
diff --git a/loader/LinuxICDs.txt b/loader/LinuxICDs.txt
index 611b68b..c4521ae 100644
--- a/loader/LinuxICDs.txt
+++ b/loader/LinuxICDs.txt
@@ -25,7 +25,7 @@
     "file_format_version": "1.0.0",

     "ICD": {

         "library_path": "path to ICD library",

-        "api_version": "1.0.1"

+        "api_version": "1.0.3"

     }

 }

 

@@ -198,7 +198,7 @@
          "name": "OverlayLayer",

          "type": "DEVICE",

          "library_path": "libvkOverlayLayer.so",

-         "api_version" : "1.0.1",

+         "api_version" : "1.0.3",

          "implementation_version" : "2",

          "description" : "LunarG HUD layer",

          "functions": {

diff --git a/loader/LoaderAndLayerInterface.md b/loader/LoaderAndLayerInterface.md
index 17eec42..dd8a891 100644
--- a/loader/LoaderAndLayerInterface.md
+++ b/loader/LoaderAndLayerInterface.md
@@ -117,7 +117,7 @@
     "file_format_version": "1.0.0",
     "ICD": {
         "library_path": "path to ICD library",
-        "api_version": "1.0.2"
+        "api_version": "1.0.3"
     }
   }
 
@@ -190,7 +190,7 @@
     "file_format_version": "1.0.0",
     "ICD": {
         "library_path": "path to ICD library",
-        "api_version": "1.0.2"
+        "api_version": "1.0.3"
     }
 }
 
diff --git a/loader/WindowsICDs.txt b/loader/WindowsICDs.txt
index 4a2676a..6efcad0 100644
--- a/loader/WindowsICDs.txt
+++ b/loader/WindowsICDs.txt
@@ -24,7 +24,7 @@
     "file_format_version": "1.0.0",

     "ICD": {

         "library_path": "path to ICD library",

-        "api_version": "1.0.1"

+        "api_version": "1.0.3"

     }

 }

 

@@ -194,7 +194,7 @@
          "name": "OverlayLayer",

          "type": "DEVICE",

          "library_path": "vkOverlayLayer.dll",

-         "api_version" : "1.0.1",

+         "api_version" : "1.0.3",

          "implementation_version" : "2",

          "description" : "LunarG HUD layer",

          "functions": {