Skip to content

Commit d6798e5

Browse files
committed
[Docs] update version
1 parent 0a880fd commit d6798e5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ ___
3131
### [Cocoapods]
3232
1. Please execute the `pod init` command in the terminal from the root directory where the xcodeproj project file is located.
3333
2. Then, open the Podfile using `vim Podfile` commend.
34-
3. Add `'SHCoordinator', '1.0.1' ` dependency inside target 'MyProejct' do ... end block. then save the Podfile using `:wq` commend.
34+
3. Add `'SHCoordinator', '1.0.2' ` dependency inside target 'MyProejct' do ... end block. then save the Podfile using `:wq` commend.
3535
4. Enter the commend `pod install`
3636

3737
Finally, open the proejct.xcodeproj, closed it, and then open proejct.xcworkspace file.
@@ -40,7 +40,7 @@ After that, add `Import SHCoordinator` to your source code.
4040
## Minimum Requirements
4141
| SHCoordinator | Date | Swift | Platforms |
4242
|------------|--------------|-------------|-----------------------------------------------|
43-
| SHCoordinator 1.0.1 | June 29, 2023 | Swift 5.0 | iOS 13.0 |
43+
| SHCoordinator 1.0.2 | June 29, 2023 | Swift 5.0 | iOS 13.0 |
4444

4545
## License
4646

SHCoordinator.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'SHCoordinator'
3-
s.version = '1.0.1'
3+
s.version = '1.0.2'
44
s.summary = 'It is a flow coordinator library that everyone can use.'
55

66
s.homepage = 'https://github.com/SHcommit/SHCoordinator'

0 commit comments

Comments
 (0)