Skip to content

Commit

Permalink
Fixing version
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Carlson committed Jul 6, 2010
1 parent 621868e commit d34b61e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions contacts.gemspec
@@ -1,7 +1,7 @@
Gem::Specification.new do |s|
s.name = "contacts"
s.version = "1.2.3"
s.date = "2010-01-20"
s.version = "1.2.4"
s.date = "2010-07-06"
s.summary = "A universal interface to grab contact list information from various providers including Yahoo, AOL, Gmail, Hotmail, and Plaxo."
s.email = "lucas@rufy.com"
s.homepage = "http://github.com/cardmagic/contacts"
Expand Down
2 changes: 1 addition & 1 deletion lib/contacts/base.rb
Expand Up @@ -9,7 +9,7 @@

class Contacts
TYPES = {}
VERSION = "1.2.3"
VERSION = "1.2.4"

class Base
def initialize(login, password, options={})
Expand Down

0 comments on commit d34b61e

Please sign in to comment.