Skip to content

Commit 09fbce2

Browse files
author
Josep M. Bach
committed
Version bump
1 parent 00f2196 commit 09fbce2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ GIT
99
PATH
1010
remote: .
1111
specs:
12-
hyperclient (0.3.1)
12+
hyperclient (0.3.2)
1313
faraday (~> 0.8)
1414
faraday_middleware (~> 0.9)
1515
net-http-digest_auth (~> 1.2)
@@ -23,8 +23,8 @@ GEM
2323
coderay (1.0.6)
2424
colorize (0.5.8)
2525
crack (0.3.1)
26-
faraday (0.8.4)
27-
multipart-post (~> 1.1)
26+
faraday (0.8.8)
27+
multipart-post (~> 1.2.0)
2828
faraday_middleware (0.9.0)
2929
faraday (>= 0.7.4, < 0.9)
3030
ffi (1.0.11)
@@ -44,7 +44,7 @@ GEM
4444
mocha (0.13.1)
4545
metaclass (~> 0.0.1)
4646
multi_json (1.3.6)
47-
multipart-post (1.1.5)
47+
multipart-post (1.2.0)
4848
net-http-digest_auth (1.2.1)
4949
pry (0.9.9.6)
5050
coderay (~> 1.0.5)

lib/hyperclient/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Hyperclient
2-
VERSION = '0.3.1'
2+
VERSION = '0.3.2'
33
end

0 commit comments

Comments
 (0)