Skip to content

Commit

Permalink
Release 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mislav committed May 29, 2012
1 parent 1219298 commit c42d2ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion faraday.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Gem::Specification.new do |s|
s.required_rubygems_version = Gem::Requirement.new(">= 1.3.5") if s.respond_to? :required_rubygems_version=

s.name = 'faraday'
s.version = '0.8.0'
s.version = '0.8.1'

s.summary = "HTTP/REST API client library."
# TODO: s.description
Expand Down
2 changes: 1 addition & 1 deletion lib/faraday.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Faraday
VERSION = "0.8.0"
VERSION = "0.8.1"

class << self
attr_accessor :root_path, :lib_path
Expand Down

0 comments on commit c42d2ae

Please sign in to comment.