diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@
 
 ## Version
 
-`0.1.0`
+`0.1.1`
 
 
 ## Description
diff --git a/gogol-latencytest.cabal b/gogol-latencytest.cabal
--- a/gogol-latencytest.cabal
+++ b/gogol-latencytest.cabal
@@ -1,5 +1,5 @@
 name:                  gogol-latencytest
-version:               0.1.0
+version:               0.1.1
 synopsis:              Google Cloud Network Performance Monitoring SDK.
 homepage:              https://github.com/brendanhay/gogol
 bug-reports:           https://github.com/brendanhay/gogol/issues
@@ -11,7 +11,7 @@
 category:              Network, Google, Cloud
 build-type:            Simple
 cabal-version:         >= 1.10
-extra-source-files:    README.md
+extra-source-files:    README.md src/.gitkeep
 
 description:
     Reports latency data.
@@ -43,5 +43,5 @@
         , Network.Google.LatencyTest.Types.Sum
 
     build-depends:
-          gogol-core == 0.1.0.*
+          gogol-core == 0.1.1.*
         , base       >= 4.7 && < 5
diff --git a/src/.gitkeep b/src/.gitkeep
new file mode 100644
--- /dev/null
+++ b/src/.gitkeep
