Updated version and CHANGELOG.
This commit is contained in:
parent
1632e98a05
commit
0f25fbe793
|
@ -1,3 +1,7 @@
|
|||
# 0.4.2
|
||||
|
||||
* Fixed incompatibility with Ruby 1.8.7
|
||||
|
||||
# 0.4.1
|
||||
|
||||
* Fixed ancestor checking issue when assigning Autoparse identifiers
|
||||
|
|
|
@ -22,7 +22,7 @@ if !defined?(::Google::APIClient::VERSION)
|
|||
module VERSION
|
||||
MAJOR = 0
|
||||
MINOR = 4
|
||||
TINY = 1
|
||||
TINY = 2
|
||||
|
||||
STRING = [MAJOR, MINOR, TINY].join('.')
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue