Skip to content

Commit

Permalink
Bump version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Sep 14, 2013
1 parent 2249b11 commit ba3007d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGES.md
@@ -1,5 +1,5 @@
0.5.0.pre2
----------
0.5.0
-----
* Add query string support
* New response delegator allows HTTP.get(uri).response
* HTTP::Chainable#stream provides a shorter alias for
Expand Down
2 changes: 1 addition & 1 deletion lib/http/version.rb
@@ -1,3 +1,3 @@
module HTTP
VERSION = "0.5.0.pre2" unless defined?(HTTP::VERSION)
VERSION = "0.5.0" unless defined?(HTTP::VERSION)
end

0 comments on commit ba3007d

Please sign in to comment.