Merge branch 'release/2.2.6' into develop

This commit is contained in:
Thomas Dohmke 2012-03-25 19:04:09 +02:00
commit 85315f33cf
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@
#import "BWApp.h"
#define SDK_NAME @"HockeySDK"
#define SDK_VERSION @"2.2.6-develop"
#define SDK_VERSION @"2.2.6"
#ifndef HOCKEY_BLOCK_UDID
#define HOCKEY_BLOCK_UDID 1

View File

@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'HockeySDK'
s.version = '2.2.4'
s.version = '2.2.6'
s.license = 'MIT'
s.platform = :ios
s.summary = 'Distribute beta apps and collect crash reports with HockeyApp.'