diff --git a/Analytics/Info.plist b/Analytics/Info.plist
index 51c357e55..111a5b05b 100644
--- a/Analytics/Info.plist
+++ b/Analytics/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 3.7.0-beta
+ 3.7.0
CFBundleVersion
$(CURRENT_PROJECT_VERSION)
NSPrincipalClass
diff --git a/RELEASING.md b/RELEASING.md
index e1fca1462..0e66e1394 100644
--- a/RELEASING.md
+++ b/RELEASING.md
@@ -16,6 +16,6 @@ Releasing
9. Create a new Github release at https://github.com/segmentio/analytics-ios/releases
* Add latest version information from `CHANGELOG.md`
* Upload `Archive.zip` from step 7 and `Analytics.zip` from step 8 into binaries section to make available for users to download.
- 10. Update the version in `SEGAnalytics.m`, `Analytics.podspec` and `Analytics/Info.plist` to the next SNAPSHOT version.
+ 10. Update the version in `SEGAnalytics.m`, `Analytics.podspec` to the next SNAPSHOT version.
11. `git commit -am "Prepare next development version."`
12. `git push`.