Skip to content

Commit

Permalink
Bump up version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hugehoge committed Jan 11, 2022
1 parent 9361a3e commit 9c27c34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The goal of this library is to provide an easy way to implement Views such as ca
```swift
.package(
url: "https://github.com/hugehoge/Snappable.git",
.upToNextMinor(from: "0.1.0")
.upToNextMinor(from: "0.2.0")
)
```

Expand Down
2 changes: 1 addition & 1 deletion Snappable.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Snappable'
s.version = '0.1.1'
s.version = '0.2.0'
s.summary = 'A set of SwiftUI custom modifiers to make the ScrollView snappable.'
s.description = 'A set of SwiftUI custom modifiers to make the ScrollView snappable. The goal of this library is to provide an easy way to implement Views such as carousels and slideshows.'
s.homepage = 'https://github.com/hugehoge/Snappable'
Expand Down

0 comments on commit 9c27c34

Please sign in to comment.