Skip to content

Commit 8f6ee23

Browse files
Version bump (#23)
1 parent dce2141 commit 8f6ee23

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
authsignal-ruby (2.1.3)
4+
authsignal-ruby (3.0.0)
55
faraday (>= 2)
66
faraday-retry (~> 2.2)
77

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ require 'authsignal'
4848
Authsignal.setup do |config|
4949
config.api_secret_key = ENV["AUTHSIGNAL_SECRET_KEY"]
5050
config.base_uri = "https://au.signal.authsignal.com/v1"
51-
52-
# If you would like Authsignal client to retry request due to network issues
51+
52+
# If you would like the Authsignal client to retry requests due to network issues
5353
config.retry = true # default value: false
54-
55-
# If you would like to see inspect raw request/response in development
54+
55+
# If you would like to inspect raw request/response in development
5656
config.debug = true # default value: false
5757
end
5858
```

lib/authsignal/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Authsignal
4-
VERSION = "2.1.3"
4+
VERSION = "3.0.0"
55
end

0 commit comments

Comments
 (0)