Skip to content

Commit

Permalink
Version bump to 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sandro committed Jan 31, 2010
1 parent 27795a6 commit f7250c5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions History
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
== 0.5.2 2010-01-31
* minor enhancements
* Update crack requirement to version 0.1.6

== 0.5.1 2010-01-30
* bug fixes
* Handle 304 response correctly by returning the HTTParty::Response object instead of redirecting (seth and hellvinz)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.1
0.5.2
2 changes: 1 addition & 1 deletion lib/httparty.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
require dir + 'httparty/cookie_hash'

module HTTParty
VERSION = "0.5.1".freeze
VERSION = "0.5.2".freeze

module AllowedFormatsDeprecation
def const_missing(const)
Expand Down

0 comments on commit f7250c5

Please sign in to comment.