diff --git a/apiary.cabal b/apiary.cabal
--- a/apiary.cabal
+++ b/apiary.cabal
@@ -1,5 +1,5 @@
 name:                apiary
-version:             2.0.1
+version:             2.0.1.1
 synopsis:            Simple and type safe web framework that generate web API documentation.
 description:
   Simple and type safe web framework that can be automatically generate API documentation.
@@ -60,6 +60,7 @@
                    , static/jquery-2.1.1.min.js
                    , static/bootstrap.min.css
                    , static/bootstrap.min.js
+                   , tests/dalvik-request
                    , CHANGELOG.md
 cabal-version:       >=1.10
 
diff --git a/tests/dalvik-request b/tests/dalvik-request
new file mode 100644
Binary files /dev/null and b/tests/dalvik-request differ
