diff --git a/CHANGELOG.md b/CHANGELOG.md
index 76d07f0..d909927 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.0.2] - 2019-20-12
+### Changed
+ - Use `windows.first(where: { $0.isKeyWindow })` instead of [`keyWindow`](https://developer.apple.com/documentation/uikit/uiapplication/1622924-keywindow) as this is deprecated in iOS 13
+
## [2.0.1] - 2019-12-10
### Changed
- Refactorings (Optimized progress animation)
@@ -118,7 +122,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
[Unreleased]: https://github.com/fxm90/GradientLoadingBar/compare/2.0.1...master
-[2.0.1]: https://github.com/fxm90/GradientLoadingBar/compare/2.0.0...2.0.1
+[Unreleased]: https://github.com/fxm90/GradientLoadingBar/compare/2.0.2...master
+[2.0.2]: https://github.com/fxm90/GradientLoadingBar/compare/2.0.1...2.0.2
[2.0.0]: https://github.com/fxm90/GradientLoadingBar/compare/1.1.17...2.0.0
[1.1.17]: https://github.com/fxm90/GradientLoadingBar/compare/1.1.16...1.1.17
[1.1.16]: https://github.com/fxm90/GradientLoadingBar/compare/1.1.15...1.1.16
diff --git a/Example/Podfile.lock b/Example/Podfile.lock
index 1a4b156..48c0495 100644
--- a/Example/Podfile.lock
+++ b/Example/Podfile.lock
@@ -1,5 +1,5 @@
PODS:
- - GradientLoadingBar (2.0.1):
+ - GradientLoadingBar (2.0.2):
- LightweightObservable (~> 2.0)
- LightweightObservable (2.0.0)
- SnapshotTesting (1.7.0)
@@ -24,7 +24,7 @@ EXTERNAL SOURCES:
:path: "../"
SPEC CHECKSUMS:
- GradientLoadingBar: f9e97f00d11c16021c2b232a9799544c3429a146
+ GradientLoadingBar: 8ecde9e0ffe13cbbcd76c1d971077dbdc51d0e10
LightweightObservable: f0c032384379a17cb048b861e33de8209155d7be
SnapshotTesting: 273b614fcc60fac7d9f613f6648afa91a7da36be
SwiftFormat: 2f5705a6e9f4791004478d939722b6803b77fc5a
diff --git a/Example/Pods/Local Podspecs/GradientLoadingBar.podspec.json b/Example/Pods/Local Podspecs/GradientLoadingBar.podspec.json
index 4e741da..1d2ee3e 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.0.1",
+ "version": "2.0.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.0.1"
+ "tag": "2.0.2"
},
"social_media_url": "https://twitter.com/_fxm90",
"swift_versions": "5.0",
diff --git a/Example/Pods/Manifest.lock b/Example/Pods/Manifest.lock
index 1a4b156..48c0495 100644
--- a/Example/Pods/Manifest.lock
+++ b/Example/Pods/Manifest.lock
@@ -1,5 +1,5 @@
PODS:
- - GradientLoadingBar (2.0.1):
+ - GradientLoadingBar (2.0.2):
- LightweightObservable (~> 2.0)
- LightweightObservable (2.0.0)
- SnapshotTesting (1.7.0)
@@ -24,7 +24,7 @@ EXTERNAL SOURCES:
:path: "../"
SPEC CHECKSUMS:
- GradientLoadingBar: f9e97f00d11c16021c2b232a9799544c3429a146
+ GradientLoadingBar: 8ecde9e0ffe13cbbcd76c1d971077dbdc51d0e10
LightweightObservable: f0c032384379a17cb048b861e33de8209155d7be
SnapshotTesting: 273b614fcc60fac7d9f613f6648afa91a7da36be
SwiftFormat: 2f5705a6e9f4791004478d939722b6803b77fc5a
diff --git a/Example/Pods/Target Support Files/GradientLoadingBar/GradientLoadingBar-Info.plist b/Example/Pods/Target Support Files/GradientLoadingBar/GradientLoadingBar-Info.plist
index bdac57c..09cb0fc 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.0.1
+ 2.0.2
CFBundleSignature
????
CFBundleVersion
diff --git a/GradientLoadingBar.podspec b/GradientLoadingBar.podspec
index 47d3224..9e8034b 100644
--- a/GradientLoadingBar.podspec
+++ b/GradientLoadingBar.podspec
@@ -8,7 +8,7 @@
Pod::Spec.new do |s|
s.name = 'GradientLoadingBar'
- s.version = '2.0.1'
+ s.version = '2.0.2'
s.summary = 'A customizable animated gradient loading bar.'
# This description is used to generate tags and improve search results.