Skip to content

Commit

Permalink
Update changelog & API version
Browse files Browse the repository at this point in the history
  • Loading branch information
sqrrrl committed Mar 27, 2012
1 parent 99a3c8d commit 9dfd8a1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -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

* Fixed incompatibility with Ruby 1.8.7
Expand Down
2 changes: 1 addition & 1 deletion lib/google/api_client/version.rb
Expand Up @@ -22,7 +22,7 @@ class APIClient
module VERSION
MAJOR = 0
MINOR = 4
TINY = 2
TINY = 3

STRING = [MAJOR, MINOR, TINY].join('.')
end
Expand Down

0 comments on commit 9dfd8a1

Please sign in to comment.