Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
williamkennedy committed Jul 4, 2024
1 parent 702c6d2 commit b3afda0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
PATH
remote: .
specs:
sign_well (1.0.2)
sign_well (1.0.3)
faraday (~> 1.7)
faraday_middleware (~> 1.1)

GEM
remote: https://rubygems.org/
specs:
faraday (1.10.0)
faraday (1.10.3)
faraday-em_http (~> 1.0)
faraday-em_synchrony (~> 1.0)
faraday-excon (~> 1.1)
Expand All @@ -24,8 +24,8 @@ GEM
faraday-em_synchrony (1.0.0)
faraday-excon (1.1.0)
faraday-httpclient (1.0.1)
faraday-multipart (1.0.3)
multipart-post (>= 1.2, < 3)
faraday-multipart (1.0.4)
multipart-post (~> 2)
faraday-net_http (1.0.1)
faraday-net_http_persistent (1.2.0)
faraday-patron (1.0.0)
Expand All @@ -34,11 +34,12 @@ GEM
faraday_middleware (1.2.0)
faraday (~> 1.0)
minitest (5.15.0)
multipart-post (2.1.1)
multipart-post (2.4.1)
rake (13.0.6)
ruby2_keywords (0.0.5)

PLATFORMS
arm64-darwin-23
x86_64-darwin-20
x86_64-linux

Expand Down
2 changes: 1 addition & 1 deletion lib/sign_well/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module SignWell
VERSION = "1.0.2"
VERSION = "1.0.3"
end

0 comments on commit b3afda0

Please sign in to comment.