Skip to content

Commit

Permalink
Release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JoniVR committed Jan 31, 2020
1 parent bb7115e commit d1f39b8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## [2.1.0](https://github.com/JoniVR/VerticalCardSwiper/releases/tag/2.1.0) (Jan 31, 2020)

#### Enhancements

- Add `swipeCardAwayProgrammatically` function to `VerticalCardSwiper`.
- Add official Carthage support.
- Update SPM support to 5.1.

## [2.0.1](https://github.com/JoniVR/VerticalCardSwiper/releases/tag/2.0.1) (Aug 19, 2019)

#### Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ class ExampleCardCell: CardCell {
- [x] Code documentation in README.md file
- [x] Cocoapods support
- [x] Carthage support
- [ ] SPM support
- [x] SPM support
- [ ] Diff support

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

Pod::Spec.new do |s|
s.name = 'VerticalCardSwiper'
s.version = '2.0.1'
s.version = '2.1.0'
s.summary = 'A marriage between the Shazam Discover UI and Tinder, built with UICollectionView in Swift.'

# This description is used to generate tags and improve search results.
Expand Down

0 comments on commit d1f39b8

Please sign in to comment.