Bump the version, as optional scopes changes the API.

This commit is contained in:
Tim Emiola 2015-03-17 16:49:36 -07:00
parent bd97c23d9f
commit cb46aae999
1 changed files with 1 additions and 1 deletions

View File

@ -31,6 +31,6 @@ module Google
# Module Auth provides classes that provide Google-specific authorization # Module Auth provides classes that provide Google-specific authorization
# used to access Google APIs. # used to access Google APIs.
module Auth module Auth
VERSION = '0.2.0' VERSION = '0.3.0'
end end
end end