Skip to content

Commit

Permalink
[Docs] update version
Browse files Browse the repository at this point in the history
  • Loading branch information
SHcommit committed Jun 29, 2023
1 parent 0a880fd commit d6798e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ___
### [Cocoapods]
1. Please execute the `pod init` command in the terminal from the root directory where the xcodeproj project file is located.
2. Then, open the Podfile using `vim Podfile` commend.
3. Add `'SHCoordinator', '1.0.1' ` dependency inside target 'MyProejct' do ... end block. then save the Podfile using `:wq` commend.
3. Add `'SHCoordinator', '1.0.2' ` dependency inside target 'MyProejct' do ... end block. then save the Podfile using `:wq` commend.
4. Enter the commend `pod install`

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

## License

Expand Down
2 changes: 1 addition & 1 deletion SHCoordinator.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SHCoordinator'
s.version = '1.0.1'
s.version = '1.0.2'
s.summary = 'It is a flow coordinator library that everyone can use.'

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

0 comments on commit d6798e5

Please sign in to comment.