diff --git a/Example/UIDevice-Utils/UIDevice-Utils-Info.plist b/Example/UIDevice-Utils/UIDevice-Utils-Info.plist index d2cd320..18ebeec 100644 --- a/Example/UIDevice-Utils/UIDevice-Utils-Info.plist +++ b/Example/UIDevice-Utils/UIDevice-Utils-Info.plist @@ -17,11 +17,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.0 + 0.1.1 CFBundleSignature ???? CFBundleVersion - 1.0 + 0.1.1 LSRequiresIPhoneOS UIMainStoryboardFile diff --git a/UIDevice-Utils.podspec b/UIDevice-Utils.podspec index a5dbe18..ed88e1f 100644 --- a/UIDevice-Utils.podspec +++ b/UIDevice-Utils.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = "UIDevice-Utils" - s.version = "0.1.0" + s.version = "0.1.1" s.summary = "Category on UIDevice to distinguish between platforms by Device Model, Device Family or Inches and provide human-readable device names e.g. 'iPhone 6S Plus'" s.description = "Category to easy distinguish devices, family platform device, or device inches." s.homepage = "https://github.com/giuseppenucifora/UIDevice-Utils"