Skip to content

Commit

Permalink
Release 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Tiemerding committed Dec 5, 2016
1 parent 4e35685 commit 642c85d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## Version 2.1.1
* Fixed: dismissWithDelay #647, #649, #594, #591, 662

## Version 2.1
* New: Implicitly set default style to custom when setting colors #692
* New: Add HUD to UIView instead of UIWindow #685
Expand Down
2 changes: 1 addition & 1 deletion SVProgressHUD.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SVProgressHUD'
s.version = '2.1'
s.version = '2.1.1'
s.ios.deployment_target = '7.0'
s.tvos.deployment_target = '9.0'
s.license = { :type => 'MIT', :file => 'LICENSE.txt' }
Expand Down

0 comments on commit 642c85d

Please sign in to comment.