From 0630b488512453cf9321576b8356b77794816b9c Mon Sep 17 00:00:00 2001 From: Thomas Dohmke Date: Mon, 5 Mar 2012 19:46:36 +0100 Subject: [PATCH 1/2] Updated podspec. --- HockeySDK.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HockeySDK.podspec b/HockeySDK.podspec index c56a5afc82..c90f58d043 100644 --- a/HockeySDK.podspec +++ b/HockeySDK.podspec @@ -1,12 +1,12 @@ Pod::Spec.new do |s| s.name = 'HockeySDK' - s.version = '2.2.1' + s.version = '2.2.3' s.license = 'MIT' s.platform = :ios s.summary = 'Distribute beta apps and collect crash reports with HockeyApp.' s.homepage = 'http://hockeyapp.net/' s.author = { 'Andreas Linde' => 'mail@andreaslinde.de', 'Thomas Dohmke' => "thomas@dohmke.de" } - s.source = { :git => 'https://github.com/codenauts/HockeySDK-iOS', :tag => '2.2.1' } + s.source = { :git => 'https://github.com/codenauts/HockeySDK-iOS', :tag => '2.2.3' } s.description = 'HockeyApp is a server to distribute beta apps and collect crash reports. ' \ 'It improves the testing process dramatically and can be used for both beta ' \ From 11425e957fba433c7c81d82db8f1dee19b7941c0 Mon Sep 17 00:00:00 2001 From: Thomas Dohmke Date: Wed, 14 Mar 2012 18:46:18 +0100 Subject: [PATCH 2/2] Fixed version number. --- Classes/BWQuincyManager.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Classes/BWQuincyManager.m b/Classes/BWQuincyManager.m index 74e7563883..a9a0d44ebc 100644 --- a/Classes/BWQuincyManager.m +++ b/Classes/BWQuincyManager.m @@ -36,7 +36,7 @@ #include //needed for PRIx64 macro #define SDK_NAME @"HockeySDK" -#define SDK_VERSION @"2.2.4" +#define SDK_VERSION @"2.2.5" NSBundle *quincyBundle(void) { static NSBundle* bundle = nil;