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/gen/Network/Google/AdExchangeSeller.hs b/gen/Network/Google/AdExchangeSeller.hs
--- a/gen/Network/Google/AdExchangeSeller.hs
+++ b/gen/Network/Google/AdExchangeSeller.hs
@@ -13,8 +13,8 @@
 -- Stability   : auto-generated
 -- Portability : non-portable (GHC extensions)
 --
--- Gives Ad Exchange seller users access to their inventory and the ability
--- to generate reports
+-- Accesses the inventory of Ad Exchange seller users and generates
+-- reports.
 --
 -- /See:/ <https://developers.google.com/ad-exchange/seller-rest/ Ad Exchange Seller API Reference>
 module Network.Google.AdExchangeSeller
diff --git a/gogol-adexchange-seller.cabal b/gogol-adexchange-seller.cabal
--- a/gogol-adexchange-seller.cabal
+++ b/gogol-adexchange-seller.cabal
@@ -1,5 +1,5 @@
 name:                  gogol-adexchange-seller
-version:               0.1.0
+version:               0.1.1
 synopsis:              Google Ad Exchange Seller SDK.
 homepage:              https://github.com/brendanhay/gogol
 bug-reports:           https://github.com/brendanhay/gogol/issues
@@ -11,11 +11,11 @@
 category:              Network, Google, Cloud
 build-type:            Simple
 cabal-version:         >= 1.10
-extra-source-files:    README.md
+extra-source-files:    README.md src/.gitkeep
 
 description:
-    Gives Ad Exchange seller users access to their inventory and the ability
-    to generate reports
+    Accesses the inventory of Ad Exchange seller users and generates
+    reports.
     .
     /Warning:/ This is an experimental prototype/preview release which is still
     under exploratory development and not intended for public use, caveat emptor!
@@ -56,5 +56,5 @@
         , Network.Google.AdExchangeSeller.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
