Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
keolo committed Aug 30, 2013
1 parent 8a25828 commit 9d4d94b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -94,6 +94,9 @@ Create tag v2.0.2 and build and push mixpanel_client-2.0.2.gem to Rubygems

## Changelog

### v3.1.2
* Gem updates

### v3.1.1
* Avoid overriding the arg of client.request
* Allow retrieving the request_uri of a Mixpanel request
Expand Down
2 changes: 1 addition & 1 deletion lib/mixpanel/version.rb
Expand Up @@ -10,6 +10,6 @@ module Mixpanel
# Return metrics from Mixpanel Data API
class Client
# Mixpanel::Client library version
VERSION = '3.1.1'
VERSION = '3.1.2'
end
end

0 comments on commit 9d4d94b

Please sign in to comment.