Incrementing the version.
git-svn-id: https://google-api-ruby-client.googlecode.com/svn/trunk@104 c1d61fac-ed7f-fcc1-18f7-ff78120a04ef
This commit is contained in:
parent
9af308a5f8
commit
76fe65a650
|
@ -1,3 +1,9 @@
|
||||||
|
== 0.1.3
|
||||||
|
|
||||||
|
* added support for manual overrides of the discovery URI
|
||||||
|
* added support for manual overrides of the API base
|
||||||
|
* added support for xoauth_requestor_id
|
||||||
|
|
||||||
== 0.1.2
|
== 0.1.2
|
||||||
|
|
||||||
* added support for two-legged OAuth
|
* added support for two-legged OAuth
|
||||||
|
|
|
@ -17,7 +17,7 @@ module Google
|
||||||
module VERSION
|
module VERSION
|
||||||
MAJOR = 0
|
MAJOR = 0
|
||||||
MINOR = 1
|
MINOR = 1
|
||||||
TINY = 2
|
TINY = 3
|
||||||
|
|
||||||
STRING = [MAJOR, MINOR, TINY].join('.')
|
STRING = [MAJOR, MINOR, TINY].join('.')
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue