Release 0.5.3
This commit is contained in:
parent
af499e1634
commit
d022d0a69d
|
@ -1,3 +1,7 @@
|
|||
## 0.5.3 (2017/07/21)
|
||||
|
||||
* Fix file permissions on the gem's `.rb` files.
|
||||
|
||||
## 0.5.2 (2017/07/19)
|
||||
|
||||
### Changes
|
||||
|
|
|
@ -31,6 +31,6 @@ module Google
|
|||
# Module Auth provides classes that provide Google-specific authorization
|
||||
# used to access Google APIs.
|
||||
module Auth
|
||||
VERSION = '0.5.2'.freeze
|
||||
VERSION = '0.5.3'.freeze
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue