diff --git a/v1/Application.cfc b/v1/Application.cfc
index d8d29af..060471e 100644
--- a/v1/Application.cfc
+++ b/v1/Application.cfc
@@ -51,7 +51,7 @@
//variables.framework.docs={};
variables.framework.docs.APIName="Deck API";
- variables.framework.docs.APIVersion="0.126"; /*$ git config --global --unset user.password*/
+ variables.framework.docs.APIVersion="0.127"; /*$ git config --global --unset user.password*/
variables.framework.globalHeaders = structNew();
diff --git a/v1/resources/svc.cfc b/v1/resources/svc.cfc
index 16875db..8b13402 100644
--- a/v1/resources/svc.cfc
+++ b/v1/resources/svc.cfc
@@ -30,6 +30,7 @@
(select url from svc_operation so where so.operation='create' AND so.svc_id=s.svc_id limit 1) as create_url
s.is_production_ready
s.resource_realm_type_id
+ s.icon_src
s.descr
s.man
diff --git a/v1/resources/svc_grouped_ls.cfc b/v1/resources/svc_grouped_ls.cfc
index 515a0f0..187b825 100644
--- a/v1/resources/svc_grouped_ls.cfc
+++ b/v1/resources/svc_grouped_ls.cfc
@@ -65,6 +65,7 @@
s.resource_realm_type_id
s.sort
s.version
+ s.icon_src
s.descr
s.man
to_char(s.dt_created, 'YYYY-MM-DD"T"HH24:MI:SS.FF3TZHTZM') as dt_created
diff --git a/v1/resources/svc_ls.cfc b/v1/resources/svc_ls.cfc
index 091b897..dc55dee 100644
--- a/v1/resources/svc_ls.cfc
+++ b/v1/resources/svc_ls.cfc
@@ -70,6 +70,7 @@
s.resource_realm_type_id
s.sort
s.version
+ s.icon_src
s.descr
s.man
to_char(s.dt_created, 'YYYY-MM-DD"T"HH24:MI:SS.FF3TZHTZM') as dt_created