diff --git a/CHANGELOG.md b/CHANGELOG.md index 32216eb..0f8640e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a ## [Unreleased] +## [2.2.2] - 2021-05-10 +### Fixed + - Fixed missing `return` ([#025]) + +[#025]: https://github.com/fxm90/GradientLoadingBar/issues/25 + ## [2.2.1] - 2021-05-10 ### Fixed - Fixed invalid import ([#024]) @@ -147,7 +153,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.1...master +[Unreleased]: https://github.com/fxm90/GradientLoadingBar/compare/2.2.2...master +[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 [2.2.0]: https://github.com/fxm90/GradientLoadingBar/compare/2.1.1...2.2.0 [2.1.1]: https://github.com/fxm90/GradientLoadingBar/compare/2.1.0...2.1.1 diff --git a/Example/Podfile.lock b/Example/Podfile.lock index ac3ef95..7d49359 100644 --- a/Example/Podfile.lock +++ b/Example/Podfile.lock @@ -1,10 +1,10 @@ PODS: - - GradientLoadingBar (2.2.1): + - GradientLoadingBar (2.2.2): - LightweightObservable (~> 2.1) - LightweightObservable (2.1.2) - SnapshotTesting (1.9.0) - SwiftConfigurationFiles (0.0.1) - - SwiftFormat/CLI (0.48.12) + - SwiftFormat/CLI (0.48.13) - SwiftLint (0.44.0) DEPENDENCIES: @@ -33,11 +33,11 @@ CHECKOUT OPTIONS: :git: https://github.com/fxm90/SwiftConfigurationFiles.git SPEC CHECKSUMS: - GradientLoadingBar: 7e12c91def94ea0df70f643015bcd55f117bd927 + GradientLoadingBar: 1592b9e0825057fe100a6364b6af6b19556825ab LightweightObservable: c5ac85423a5edbed9a920b4d5c7b8f94ab3688c4 SnapshotTesting: 6141c48b6aa76ead61431ca665c14ab9a066c53b SwiftConfigurationFiles: 1cf2228a911ebed9f42f8dec077bb634f04ca6c8 - SwiftFormat: 036d3d8d85a187bf8f6d7808bb917811ce883680 + SwiftFormat: 0c4b53c1acb503e2a743ecd9a18f51958d41d40a SwiftLint: e96c0a8c770c7ebbc4d36c55baf9096bb65c4584 PODFILE CHECKSUM: 36b90780cb508f9eaca4f0ac59660e3e748de601 diff --git a/Example/Pods/Local Podspecs/GradientLoadingBar.podspec.json b/Example/Pods/Local Podspecs/GradientLoadingBar.podspec.json index 880c559..720685c 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.1", + "version": "2.2.2", "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.1" + "tag": "2.2.2" }, "swift_versions": "5.1", "platforms": { diff --git a/Example/Pods/Manifest.lock b/Example/Pods/Manifest.lock index ac3ef95..7d49359 100644 --- a/Example/Pods/Manifest.lock +++ b/Example/Pods/Manifest.lock @@ -1,10 +1,10 @@ PODS: - - GradientLoadingBar (2.2.1): + - GradientLoadingBar (2.2.2): - LightweightObservable (~> 2.1) - LightweightObservable (2.1.2) - SnapshotTesting (1.9.0) - SwiftConfigurationFiles (0.0.1) - - SwiftFormat/CLI (0.48.12) + - SwiftFormat/CLI (0.48.13) - SwiftLint (0.44.0) DEPENDENCIES: @@ -33,11 +33,11 @@ CHECKOUT OPTIONS: :git: https://github.com/fxm90/SwiftConfigurationFiles.git SPEC CHECKSUMS: - GradientLoadingBar: 7e12c91def94ea0df70f643015bcd55f117bd927 + GradientLoadingBar: 1592b9e0825057fe100a6364b6af6b19556825ab LightweightObservable: c5ac85423a5edbed9a920b4d5c7b8f94ab3688c4 SnapshotTesting: 6141c48b6aa76ead61431ca665c14ab9a066c53b SwiftConfigurationFiles: 1cf2228a911ebed9f42f8dec077bb634f04ca6c8 - SwiftFormat: 036d3d8d85a187bf8f6d7808bb917811ce883680 + SwiftFormat: 0c4b53c1acb503e2a743ecd9a18f51958d41d40a SwiftLint: e96c0a8c770c7ebbc4d36c55baf9096bb65c4584 PODFILE CHECKSUM: 36b90780cb508f9eaca4f0ac59660e3e748de601 diff --git a/Example/Pods/SwiftFormat/CommandLineTool/swiftformat b/Example/Pods/SwiftFormat/CommandLineTool/swiftformat index fe3c71d..f87925d 100755 Binary files a/Example/Pods/SwiftFormat/CommandLineTool/swiftformat and b/Example/Pods/SwiftFormat/CommandLineTool/swiftformat differ diff --git a/Example/Pods/Target Support Files/GradientLoadingBar/GradientLoadingBar-Info.plist b/Example/Pods/Target Support Files/GradientLoadingBar/GradientLoadingBar-Info.plist index 0816e96..7c53795 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.1 + 2.2.2 CFBundleSignature ???? CFBundleVersion diff --git a/GradientLoadingBar.podspec b/GradientLoadingBar.podspec index 194ebf0..fd5c575 100644 --- a/GradientLoadingBar.podspec +++ b/GradientLoadingBar.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'GradientLoadingBar' - s.version = '2.2.1' + s.version = '2.2.2' s.summary = 'A customizable animated gradient loading bar.' # This description is used to generate tags and improve search results.