Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
[General] Release 0.5 version
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshinejr committed Mar 19, 2016
1 parent 9eb1562 commit c49a868
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Next

# 0.5
- Add `itemsFactory(itemsCount:factory:)` method which can be used instead of items variable to set the carousel views.
- **Breaking change** Replace convenience init `init(frame:choices:)` to `init(frame:items:)`.
- Change Example2 to use `itemsFactory(itemsCount:factory:)` instead of `items`.
Expand Down
2 changes: 1 addition & 1 deletion SwiftCarousel.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "SwiftCarousel"
s.version = "0.4.1"
s.version = "0.5"
s.summary = "Infinite carousel of options."
s.description = "SwiftCarousel is a fully native Swift UIScrollView wrapper, that allows you to infinite circular scroll with UIView objects."
s.homepage = "https://github.com/Sunshinejr/SwiftCarousel"
Expand Down

0 comments on commit c49a868

Please sign in to comment.