Skip to content

Commit

Permalink
Set versions number to 2.0.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
ashtom committed Mar 25, 2012
1 parent ce33a08 commit 4de6747
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion HockeyKit.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'HockeyKit'
s.version = '2.0.3'
s.version = '2.0.7'
s.license = 'MIT'
s.platform = :ios
s.summary = 'A software update kit for iOS.'
Expand Down
2 changes: 1 addition & 1 deletion client/iOS/BWHockeyManager.m
Expand Up @@ -40,7 +40,7 @@
#define BETA_UPDATE_APPSIZE @"appsize"

#define SDK_NAME @"Hockey"
#define SDK_VERSION @"2.0.7-develop"
#define SDK_VERSION @"2.0.7"

@interface BWHockeyManager ()
- (NSString *)getDevicePlatform_;
Expand Down

0 comments on commit 4de6747

Please sign in to comment.