diff --git a/README b/README index 8dfc1d1..37d374e 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ == Welcome to Contacts -Contacts is a universal interface to grab contact list information from various providers including Hotmail, AOL, Gmail and Yahoo. +Contacts is a universal interface to grab contact list information from various providers including Hotmail, AOL, Gmail, Plaxo and Yahoo. == Download diff --git a/contacts.gemspec b/contacts.gemspec index ea16d08..b13bae6 100644 --- a/contacts.gemspec +++ b/contacts.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = "contacts" - s.version = "1.2.0" + s.version = "1.2.1" s.date = "2009-05-06" s.summary = "A universal interface to grab contact list information from various providers including Yahoo, Gmail, Hotmail, and Plaxo." s.email = "lucas@rufy.com" diff --git a/lib/contacts/base.rb b/lib/contacts/base.rb index 7d0926e..5bdfb5d 100644 --- a/lib/contacts/base.rb +++ b/lib/contacts/base.rb @@ -9,7 +9,7 @@ class Contacts TYPES = {} - VERSION = "1.2.0" + VERSION = "1.2.1" class Base def initialize(login, password)