Update changelog & API version
This commit is contained in:
parent
99a3c8d221
commit
9dfd8a132d
|
@ -1,3 +1,8 @@
|
||||||
|
# 0.4.3
|
||||||
|
* Added media upload capabilities
|
||||||
|
* Support serializing OAuth credentials to client_secrets.json
|
||||||
|
* Fix OS name/version string on JRuby
|
||||||
|
|
||||||
# 0.4.2
|
# 0.4.2
|
||||||
|
|
||||||
* Fixed incompatibility with Ruby 1.8.7
|
* Fixed incompatibility with Ruby 1.8.7
|
||||||
|
|
|
@ -22,7 +22,7 @@ if !defined?(::Google::APIClient::VERSION)
|
||||||
module VERSION
|
module VERSION
|
||||||
MAJOR = 0
|
MAJOR = 0
|
||||||
MINOR = 4
|
MINOR = 4
|
||||||
TINY = 2
|
TINY = 3
|
||||||
|
|
||||||
STRING = [MAJOR, MINOR, TINY].join('.')
|
STRING = [MAJOR, MINOR, TINY].join('.')
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue