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:
Bob Aman 2010-11-04 20:00:03 +00:00
parent 9af308a5f8
commit 76fe65a650
2 changed files with 7 additions and 1 deletions

View File

@ -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
* added support for two-legged OAuth

View File

@ -17,7 +17,7 @@ module Google
module VERSION
MAJOR = 0
MINOR = 1
TINY = 2
TINY = 3
STRING = [MAJOR, MINOR, TINY].join('.')
end