diff --git a/Bin/VersionIcon b/Bin/VersionIcon index 12aa0e1..1b5fe71 100755 Binary files a/Bin/VersionIcon and b/Bin/VersionIcon differ diff --git a/VersionIcon.podspec b/VersionIcon.podspec index 08a238d..069bbe4 100644 --- a/VersionIcon.podspec +++ b/VersionIcon.podspec @@ -1,11 +1,11 @@ Pod::Spec.new do |s| s.name = 'VersionIcon' s.module_name = 'VersionIcon' - s.version = '1.0.0' + s.version = '1.0.1' s.summary = 'A Swift 3 based reimplementation of the Apple HUD (Volume, Ringer, Rotation,…) for iOS 8 and up' s.homepage = 'https://github.com/DanielCech/VersionIcon' s.license = 'MIT' - s.author = { "Daniel Čech" => "daniel.cech@gmail.com" } + s.author = { "Daniel Cech" => "daniel.cech@gmail.com" } s.platform = :ios, '8.0' s.ios.deployment_target = '8.0' s.requires_arc = true