Skip to content

Commit

Permalink
Version bump (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenclouston authored Oct 14, 2024
1 parent dce2141 commit 8f6ee23
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
authsignal-ruby (2.1.3)
authsignal-ruby (3.0.0)
faraday (>= 2)
faraday-retry (~> 2.2)

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ require 'authsignal'
Authsignal.setup do |config|
config.api_secret_key = ENV["AUTHSIGNAL_SECRET_KEY"]
config.base_uri = "https://au.signal.authsignal.com/v1"
# If you would like Authsignal client to retry request due to network issues
# If you would like the Authsignal client to retry requests due to network issues
config.retry = true # default value: false
# If you would like to see inspect raw request/response in development
# If you would like to inspect raw request/response in development
config.debug = true # default value: false
end
```
Expand Down
2 changes: 1 addition & 1 deletion lib/authsignal/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Authsignal
VERSION = "2.1.3"
VERSION = "3.0.0"
end

0 comments on commit 8f6ee23

Please sign in to comment.