lib/omnicontacts.rb in omnicontacts-0.2.1 vs lib/omnicontacts.rb in omnicontacts-0.2.2

- old
+ new

@@ -1,8 +1,8 @@ module OmniContacts - VERSION = "0.2.1" + VERSION = "0.2.2" autoload :Builder, "omnicontacts/builder" autoload :Importer, "omnicontacts/importer" autoload :IntegrationTest, "omnicontacts/integration_test" @@ -11,6 +11,6 @@ def self.integration_test IntegrationTest.instance end -end \ No newline at end of file +end