From b7492428c3b6ad97625bb1e720dee57bf748aebc Mon Sep 17 00:00:00 2001 From: Will Anderson Date: Thu, 8 Oct 2015 16:06:28 -0700 Subject: [PATCH] Add a note about semver to the readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 43a663c..78aa74b 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,8 @@ Getting Started: * Add the plugin to your app * Open your app's `Info.plist` and add a "CodePushDeploymentKey" entry with your app's deployment key +* In your app's `Info.plist` make sure your "CFBundleShortVersionString" value is a valid [semver](http://semver.org/) version. + * To publish an update for your app, run `react-native bundle`, and then publish `iOS/main.jsbundle` using the CodePush CLI. Running the Example