diff --git a/README.markdown b/README.markdown index dff1675..15280c6 100644 --- a/README.markdown +++ b/README.markdown @@ -42,7 +42,7 @@ Then, in one of the models you want to validate bank account data with: # will be added to the :account_number_field: # :invalid <-- if it is invalid # :timeout <-- if :on_timeout is set to :fail and the api call timed out - validates_account_data + validates_bank_account # IBAN validation # Check if the given IBAN is valid diff --git a/VERSION b/VERSION index 7dff5b8..f477849 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.1 \ No newline at end of file +0.2.2 \ No newline at end of file