diff --git a/CHANGELOG.md b/CHANGELOG.md
index de39f6b..fc82781 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
## [Unreleased]
+## [2.2.4] - 2022-16-03
+### Fixed
+ - Fixed incorrect layout on `NotchGradientLoadingBar` when using iPhone XR
+
## [2.2.3] - 2021-29-12
### Fixed
- Fixed incorrect layout on `NotchGradientLoadingBar` when using an increased height ([#026], thanks to [alinfarcas12](https://github.com/alinfarcas12))
@@ -159,7 +163,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
- Initial release
-[Unreleased]: https://github.com/fxm90/GradientLoadingBar/compare/2.2.3...master
+[Unreleased]: https://github.com/fxm90/GradientLoadingBar/compare/2.2.4...master
+[2.2.2]: https://github.com/fxm90/GradientLoadingBar/compare/2.2.3...2.2.4
[2.2.2]: https://github.com/fxm90/GradientLoadingBar/compare/2.2.2...2.2.3
[2.2.2]: https://github.com/fxm90/GradientLoadingBar/compare/2.2.1...2.2.2
[2.2.1]: https://github.com/fxm90/GradientLoadingBar/compare/2.2.0...2.2.1
diff --git a/Example/Podfile.lock b/Example/Podfile.lock
index 72c5129..07f199c 100644
--- a/Example/Podfile.lock
+++ b/Example/Podfile.lock
@@ -1,5 +1,5 @@
PODS:
- - GradientLoadingBar (2.2.3):
+ - GradientLoadingBar (2.2.4):
- LightweightObservable (~> 2.1)
- LightweightObservable (2.1.2)
- SnapshotTesting (1.9.0)
@@ -33,7 +33,7 @@ CHECKOUT OPTIONS:
:git: https://github.com/fxm90/SwiftConfigurationFiles.git
SPEC CHECKSUMS:
- GradientLoadingBar: 157bd321c74e6bd0b0d87de735336060011393ab
+ GradientLoadingBar: 8972571e271c2da98f84a97de08f143c66df1894
LightweightObservable: c5ac85423a5edbed9a920b4d5c7b8f94ab3688c4
SnapshotTesting: 6141c48b6aa76ead61431ca665c14ab9a066c53b
SwiftConfigurationFiles: 1cf2228a911ebed9f42f8dec077bb634f04ca6c8
@@ -42,4 +42,4 @@ SPEC CHECKSUMS:
PODFILE CHECKSUM: 36b90780cb508f9eaca4f0ac59660e3e748de601
-COCOAPODS: 1.11.2
+COCOAPODS: 1.11.3
diff --git a/Example/Pods/Local Podspecs/GradientLoadingBar.podspec.json b/Example/Pods/Local Podspecs/GradientLoadingBar.podspec.json
index 32f82ac..0927008 100644
--- a/Example/Pods/Local Podspecs/GradientLoadingBar.podspec.json
+++ b/Example/Pods/Local Podspecs/GradientLoadingBar.podspec.json
@@ -1,6 +1,6 @@
{
"name": "GradientLoadingBar",
- "version": "2.2.3",
+ "version": "2.2.4",
"summary": "A customizable animated gradient loading bar.",
"description": "A customizable animated gradient loading bar.\nInspired by https://codepen.io/marcobiedermann/pen/LExXWW",
"homepage": "https://github.com/fxm90/GradientLoadingBar",
@@ -14,7 +14,7 @@
},
"source": {
"git": "https://github.com/fxm90/GradientLoadingBar.git",
- "tag": "2.2.3"
+ "tag": "2.2.4"
},
"swift_versions": "5.1",
"platforms": {
diff --git a/Example/Pods/Manifest.lock b/Example/Pods/Manifest.lock
index 72c5129..07f199c 100644
--- a/Example/Pods/Manifest.lock
+++ b/Example/Pods/Manifest.lock
@@ -1,5 +1,5 @@
PODS:
- - GradientLoadingBar (2.2.3):
+ - GradientLoadingBar (2.2.4):
- LightweightObservable (~> 2.1)
- LightweightObservable (2.1.2)
- SnapshotTesting (1.9.0)
@@ -33,7 +33,7 @@ CHECKOUT OPTIONS:
:git: https://github.com/fxm90/SwiftConfigurationFiles.git
SPEC CHECKSUMS:
- GradientLoadingBar: 157bd321c74e6bd0b0d87de735336060011393ab
+ GradientLoadingBar: 8972571e271c2da98f84a97de08f143c66df1894
LightweightObservable: c5ac85423a5edbed9a920b4d5c7b8f94ab3688c4
SnapshotTesting: 6141c48b6aa76ead61431ca665c14ab9a066c53b
SwiftConfigurationFiles: 1cf2228a911ebed9f42f8dec077bb634f04ca6c8
@@ -42,4 +42,4 @@ SPEC CHECKSUMS:
PODFILE CHECKSUM: 36b90780cb508f9eaca4f0ac59660e3e748de601
-COCOAPODS: 1.11.2
+COCOAPODS: 1.11.3
diff --git a/Example/Pods/Target Support Files/GradientLoadingBar/GradientLoadingBar-Info.plist b/Example/Pods/Target Support Files/GradientLoadingBar/GradientLoadingBar-Info.plist
index 086f7e6..bb11c61 100644
--- a/Example/Pods/Target Support Files/GradientLoadingBar/GradientLoadingBar-Info.plist
+++ b/Example/Pods/Target Support Files/GradientLoadingBar/GradientLoadingBar-Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 2.2.3
+ 2.2.4
CFBundleSignature
????
CFBundleVersion
diff --git a/GradientLoadingBar.podspec b/GradientLoadingBar.podspec
index 598e5b3..ad1e087 100644
--- a/GradientLoadingBar.podspec
+++ b/GradientLoadingBar.podspec
@@ -8,7 +8,7 @@
Pod::Spec.new do |s|
s.name = 'GradientLoadingBar'
- s.version = '2.2.3'
+ s.version = '2.2.4'
s.summary = 'A customizable animated gradient loading bar.'
# This description is used to generate tags and improve search results.