Skip to content

Commit

Permalink
1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sh-khashimov committed Jun 15, 2021
1 parent e543adf commit cc82737
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Documentation/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## CHANGELOG

### 1.4.0
- [Issue #15](https://github.com/sh-khashimov/SwiftFortuneWheel/issues/15) removed @IBDesignable
- [Issue #16](https://github.com/sh-khashimov/SwiftFortuneWheel/issues/16) added gradient color for a slice


### 1.3.3
- Fixed issue when tap to slice can return incorrect slice index;
- Tap gesture recognizer ported to macOS;
Expand Down
2 changes: 1 addition & 1 deletion SwiftFortuneWheel.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "SwiftFortuneWheel"
s.version = "1.3.3"
s.version = "1.4.0"
s.summary = "Ultimate spinning wheel control that supports dynamic content and rich customization."
s.description = <<-DESC
Fortune spinning wheel that supports dynamic content and rich customization. Main Features: Dynamic content, support image, and text; Appearance customization; Drawn and animated using CoreGraphics; Dynamic layout.
Expand Down

0 comments on commit cc82737

Please sign in to comment.