Bump version to 2.5.4b2

This commit is contained in:
Andreas Linde 2012-10-04 23:32:34 +02:00
parent 2aca4995a0
commit 0a0b9fe9b9
3 changed files with 25 additions and 3 deletions

View File

@ -38,6 +38,17 @@ This documentation provides integrated help in Xcode for all public APIs and a s
## Changelog
### Version 2.5.4b2
- Crash Reporting:
- [UPDATE] Migrate pre v2.5 auto send user setting
- [BUGFIX] The alert option 'Auto Send' did not persist correctly
- Updating:
- [BUGFIX] Authorization option did not persist correctly and caused authorization to re-appear on every cold app start
### Version 2.5.4b1
- General:

View File

@ -1,3 +1,3 @@
BUILD_NUMBER = 6
VERSION_STRING = 2.5.4b1
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) BITHOCKEY_VERSION="@\"2.5.4b1\""
BUILD_NUMBER = 7
VERSION_STRING = 2.5.4b2
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) BITHOCKEY_VERSION="@\"2.5.4b2\""

View File

@ -1,3 +1,14 @@
### Version 2.5.4b2
- Crash Reporting:
- [UPDATE] Migrate pre v2.5 auto send user setting
- [BUGFIX] The alert option 'Auto Send' did not persist correctly
- Updating:
- [BUGFIX] Authorization option did not persist correctly and caused authorization to re-appear on every cold app start
### Version 2.5.4b1
- General: