From bd09c2786747a5333dc42ee3e2aed449cc24a620 Mon Sep 17 00:00:00 2001 From: Dana Merrick Date: Wed, 16 Dec 2015 13:06:28 -0800 Subject: [PATCH] Bumping the gem version. --- README.md | 2 +- lib/plaid/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a31ea612b..53748ee0a 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Ruby bindings for the Plaid API This version is a beta version that contains failing tests for the new 'info' endpoint. While these have been tested individually on real accounts the tests here will fail with the test accounts supplied. These will be updated soon with test credentials. -Latest stable version: **1.7.0** +Latest stable version: **1.7.1** This version removes the need to use 'type' in each additional call. diff --git a/lib/plaid/version.rb b/lib/plaid/version.rb index ab04b73e3..fd9cc99fa 100644 --- a/lib/plaid/version.rb +++ b/lib/plaid/version.rb @@ -1,3 +1,3 @@ module Plaid - VERSION = '1.7.0' + VERSION = '1.7.1' end