mirror of
https://github.com/fxm90/GradientLoadingBar.git
synced 2026-06-16 12:24:31 +00:00
🔖 :: Bump version
This commit is contained in:
+6
-1
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
+2
-2
@@ -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",
|
||||
|
||||
Generated
+2
-2
@@ -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
|
||||
|
||||
+1
-1
@@ -15,7 +15,7 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>FMWK</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>2.0.1</string>
|
||||
<string>2.0.2</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user