From 04c7ac8d7076c6dd61fcbd8c595c10b18f0a6778 Mon Sep 17 00:00:00 2001 From: Dennis Weissmann Date: Tue, 2 Feb 2016 15:31:53 +0100 Subject: [PATCH] bumped version number to 0.2.0 --- DeviceKit-iOS/Info.plist | 2 +- DeviceKit-tvOS/Info.plist | 2 +- DeviceKit.podspec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DeviceKit-iOS/Info.plist b/DeviceKit-iOS/Info.plist index abe61f5..6019f05 100644 --- a/DeviceKit-iOS/Info.plist +++ b/DeviceKit-iOS/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.1.0 + 0.2.0 CFBundleSignature ???? CFBundleVersion diff --git a/DeviceKit-tvOS/Info.plist b/DeviceKit-tvOS/Info.plist index abe61f5..6019f05 100644 --- a/DeviceKit-tvOS/Info.plist +++ b/DeviceKit-tvOS/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.1.0 + 0.2.0 CFBundleSignature ???? CFBundleVersion diff --git a/DeviceKit.podspec b/DeviceKit.podspec index 6ef71bb..c016bc6 100644 --- a/DeviceKit.podspec +++ b/DeviceKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'DeviceKit' - s.version = '0.1.1' + s.version = '0.2.0' s.summary = 'DeviceKit is a ยต-framework that provides a value-type replacement of UIDevice.' s.description = <<-DESC