diff --git a/v1/Application.cfc b/v1/Application.cfc
index e0feead..cf37ee7 100644
--- a/v1/Application.cfc
+++ b/v1/Application.cfc
@@ -71,7 +71,7 @@
//variables.framework.docs={};
variables.framework.docs.APIName="Deck API";
- variables.framework.docs.APIVersion="0.005";
+ variables.framework.docs.APIVersion="0.006";
variables.framework.globalHeaders = structNew();
variables.framework.globalHeaders["Access-Control-Expose-Headers"] = "Location";
diff --git a/v1/resources/err.cfc b/v1/resources/err.cfc
new file mode 100644
index 0000000..3339c25
--- /dev/null
+++ b/v1/resources/err.cfc
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/v1/resources/user.cfc b/v1/resources/user.cfc
index df2ef62..35eb52e 100644
--- a/v1/resources/user.cfc
+++ b/v1/resources/user.cfc
@@ -18,6 +18,14 @@
+
+
+
+
+
+
+
+
select