Skip to content

Commit 94ea277

Browse files
committed
Release Version 11.2.1
1 parent c5f3111 commit 94ea277

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
> **LoginRadius Ruby On Rails SDK Change Log** provides information regarding what has changed, more specifically what changes, improvements and bug fix has been made to the SDK. For more details please refer to the [LoginRadius API Documention](https://docs.loginradius.com/api/v2/sdk-libraries/ruby)
22
3-
# Version 11.2.1
3+
# Version 11.2.2
44
Release on September 15, 2021
55

66
## Enhancements

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Or
3535

3636

3737
````
38-
gem 'login_radius', '~> 11.2.1'
38+
gem 'login_radius', '~> 11.2.2'
3939
````
4040

4141

demo/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: vendor/gems/login_radius
33
specs:
4-
login_radius (11.2.1)
4+
login_radius (11.2.2)
55

66
GEM
77
remote: https://rubygems.org/

demo/vendor/gems/login_radius/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Install the SDK by adding LoginRadius to your application's `Gemfile`.
44

55
```
6-
gem 'login_radius', '~> 11.2.1'
6+
gem 'login_radius', '~> 11.2.2'
77
```
88

99
Then, run `$ bundle`. A copy of the SDK can also be found on our [Github](https://github.com/LoginRadius/ruby-on-rails-gem/tree/master).
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module LoginRadius
2-
VERSION = "11.2.1"
2+
VERSION = "11.2.2"
33
end

sdk/src/login_radius/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Install the SDK by adding LoginRadius to your application's `Gemfile`.
44

55
```
6-
gem 'login_radius', '~> 11.2.1'
6+
gem 'login_radius', '~> 11.2.2'
77
```
88

99
Then, run `$ bundle`. A copy of the SDK can also be found on our [Github](https://github.com/LoginRadius/ruby-on-rails-gem/tree/master).
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module LoginRadius
2-
VERSION = "11.2.1"
2+
VERSION = "11.2.2"
33
end

0 commit comments

Comments
 (0)