Skip to content

Commit

Permalink
update a version 0.1.0 -> 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GeekTree0101 committed Mar 9, 2022
1 parent e6f7bce commit c8ba8f9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- SushiBelt (0.1.0)
- SushiBelt (1.0.0)

DEPENDENCIES:
- SushiBelt (from `../`)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ Once you have your Swift package set up, adding SushiBelt as a dependency is as

```swift
dependencies: [
.package(url: "https://github.com:daangn/SushiBelt.git", .upToNextMajor(from: "0.1.0"))
.package(url: "https://github.com:daangn/SushiBelt.git", .upToNextMajor(from: "1.0.0"))
]
```

Expand Down
2 changes: 1 addition & 1 deletion SushiBelt.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'SushiBelt'
s.version = '0.1.0'
s.version = '1.0.0'
s.summary = 'Track visible views on the UIScrollView'

s.description = 'The SushiBelt can be used to measure exposure according to the ratio for all views on the UIScrollView.'
Expand Down

0 comments on commit c8ba8f9

Please sign in to comment.