lib/fb/auth/version.rb in fb-auth-0.1.1 vs lib/fb/auth/version.rb in fb-auth-0.1.2

- old
+ new

@@ -1,7 +1,7 @@ module Fb class Auth # @return [String] the SemVer-compatible gem version. # @see http://semver.org - VERSION = "0.1.1" + VERSION = "0.1.2" end end