lib/sendgrid/api/version.rb in sendgrid-api-0.0.1 vs lib/sendgrid/api/version.rb in sendgrid-api-0.0.2

- old
+ new

@@ -1,5 +1,5 @@ module Sendgrid - module Api - VERSION = "0.0.1" + module API + VERSION = "0.0.2" end end