diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cefdbf..757ed64 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.3.3] - 2022-08-09 +### Changed + - Added specific Bézier Path for `NotchGradientLoadingBar` for "iPhone 14" or "iPhone 14 Plus" + ## [2.3.2] - 2022-08-09 ### Changed - Improved Bézier Path of `NotchGradientLoadingBar` @@ -184,7 +188,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.3.2...main +[Unreleased]: https://github.com/fxm90/GradientLoadingBar/compare/2.3.3...main +[2.3.3]: https://github.com/fxm90/GradientLoadingBar/compare/2.3.2...2.3.3 [2.3.2]: https://github.com/fxm90/GradientLoadingBar/compare/2.3.1...2.3.2 [2.3.1]: https://github.com/fxm90/GradientLoadingBar/compare/2.3.0...2.3.1 [2.3.0]: https://github.com/fxm90/GradientLoadingBar/compare/2.2.5...2.3.0 diff --git a/Example/Podfile.lock b/Example/Podfile.lock index 5efd847..1df07ba 100644 --- a/Example/Podfile.lock +++ b/Example/Podfile.lock @@ -1,5 +1,5 @@ PODS: - - GradientLoadingBar (2.3.2): + - GradientLoadingBar (2.3.3): - LightweightObservable (~> 2.1) - LightweightObservable (2.2.1) - SnapshotTesting (1.9.0) @@ -33,7 +33,7 @@ CHECKOUT OPTIONS: :git: https://github.com/fxm90/SwiftConfigurationFiles.git SPEC CHECKSUMS: - GradientLoadingBar: 0fb63c35e73bb8c56689e9ffd7a46e754fea8a15 + GradientLoadingBar: e4a564b70529c1378fed08cf5b0bd77d4b1b4fab LightweightObservable: 64d0f623a4eec857e2680476380a08f3117a1a92 SnapshotTesting: 6141c48b6aa76ead61431ca665c14ab9a066c53b SwiftConfigurationFiles: 1cf2228a911ebed9f42f8dec077bb634f04ca6c8 diff --git a/Example/Pods/Local Podspecs/GradientLoadingBar.podspec.json b/Example/Pods/Local Podspecs/GradientLoadingBar.podspec.json index 744a6ff..62c61b0 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.3.2", + "version": "2.3.3", "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.3.2" + "tag": "2.3.3" }, "swift_versions": "5.5", "platforms": { diff --git a/Example/Pods/Manifest.lock b/Example/Pods/Manifest.lock index 5efd847..1df07ba 100644 --- a/Example/Pods/Manifest.lock +++ b/Example/Pods/Manifest.lock @@ -1,5 +1,5 @@ PODS: - - GradientLoadingBar (2.3.2): + - GradientLoadingBar (2.3.3): - LightweightObservable (~> 2.1) - LightweightObservable (2.2.1) - SnapshotTesting (1.9.0) @@ -33,7 +33,7 @@ CHECKOUT OPTIONS: :git: https://github.com/fxm90/SwiftConfigurationFiles.git SPEC CHECKSUMS: - GradientLoadingBar: 0fb63c35e73bb8c56689e9ffd7a46e754fea8a15 + GradientLoadingBar: e4a564b70529c1378fed08cf5b0bd77d4b1b4fab LightweightObservable: 64d0f623a4eec857e2680476380a08f3117a1a92 SnapshotTesting: 6141c48b6aa76ead61431ca665c14ab9a066c53b SwiftConfigurationFiles: 1cf2228a911ebed9f42f8dec077bb634f04ca6c8 diff --git a/Example/Pods/Target Support Files/GradientLoadingBar/GradientLoadingBar-Info.plist b/Example/Pods/Target Support Files/GradientLoadingBar/GradientLoadingBar-Info.plist index ecb8f03..24c04e7 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.3.2 + 2.3.3 CFBundleSignature ???? CFBundleVersion diff --git a/GradientLoadingBar.podspec b/GradientLoadingBar.podspec index faa0f27..66e4cdc 100644 --- a/GradientLoadingBar.podspec +++ b/GradientLoadingBar.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'GradientLoadingBar' - s.version = '2.3.2' + s.version = '2.3.3' s.summary = 'A customizable animated gradient loading bar.' # This description is used to generate tags and improve search results.