diff --git a/src/Web/Stripe/Recipient.hs b/src/Web/Stripe/Recipient.hs
--- a/src/Web/Stripe/Recipient.hs
+++ b/src/Web/Stripe/Recipient.hs
@@ -384,13 +384,6 @@
 
 ------------------------------------------------------------------------------
 -- | Update a 'Recipient' 'BankAccount'
---
--- > runStripe config $ updateRecipient (RecipientId "rp_4lpjaLFB5ecSks") BankAccount {
--- >     bankAccountCountry = Country "us"
--- >   , bankAccountRoutingNumber = RoutingNumber "071000013"
--- >   , bankAccountNumber = AccountNumber "293058719045"
--- >  }
---
 updateRecipientBankAccount
     :: RecipientId   -- ^ The `RecipientId` of the `Recipient` to be updated
     -> Country       -- ^ `Country` of BankAccount to attach to `Recipient`
@@ -439,9 +432,6 @@
 
 ------------------------------------------------------------------------------
 -- | Update default `Card` of `Recipient`
---
--- > runStripe config $ updateRecipientDefaultCard (RecipientId "rp_4lpjaLFB5ecSks") (CardId "card_4jQs35jE5wFOor")
---
 updateRecipientDefaultCard
     :: RecipientId   -- ^ The `RecipientId` of the `Recipient` to be updated
     -> CardId        -- ^ `CardId` of `Card` to be made default
diff --git a/stripe-haskell.cabal b/stripe-haskell.cabal
--- a/stripe-haskell.cabal
+++ b/stripe-haskell.cabal
@@ -1,5 +1,5 @@
 name:                stripe-haskell
-version:             0.1.0.3
+version:             0.1.0.4
 synopsis:            Stripe API for Haskell
 license:             MIT
 license-file:        LICENSE
