diff --git a/ios/CodePush/CodePush.h b/ios/CodePush/CodePush.h index 3e42060..feef97a 100644 --- a/ios/CodePush/CodePush.h +++ b/ios/CodePush/CodePush.h @@ -34,7 +34,7 @@ * to be specified, which would otherwise default to the * App Store version of the app. */ -+ (void)overrideAppVersion:(NSString *)deploymentKey; ++ (void)overrideAppVersion:(NSString *)appVersion; /* * This method allows dynamically setting the app's @@ -167,4 +167,4 @@ typedef NS_ENUM(NSInteger, CodePushUpdateState) { CodePushUpdateStateRunning, CodePushUpdateStatePending, CodePushUpdateStateLatest -}; \ No newline at end of file +};