mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-01 16:06:59 +00:00
Bump version string to 3.5.0b1
This commit is contained in:
parent
51f44c7124
commit
754479b17f
12
README.md
12
README.md
@ -1,6 +1,6 @@
|
||||
## Version 3.1.0b1
|
||||
## Version 3.5.0b1
|
||||
|
||||
- [Changelog](http://www.hockeyapp.net/help/sdk/ios/3.1.0b1/docs/docs/Changelog.html)
|
||||
- [Changelog](http://www.hockeyapp.net/help/sdk/ios/3.5.0b1/docs/docs/Changelog.html)
|
||||
|
||||
|
||||
## Introduction
|
||||
@ -26,9 +26,9 @@ The main SDK class is `BITHockeyManager`. It initializes all modules and provide
|
||||
|
||||
## Installation & Setup
|
||||
|
||||
- [Installation & Setup](http://www.hockeyapp.net/help/sdk/ios/3.1.0b1/docs/docs/Guide-Installation-Setup.html) (Recommended)
|
||||
- [Installation & Setup Advanced](http://www.hockeyapp.net/help/sdk/ios/3.1.0b1/docs/docs/Guide-Installation-Setup-Advanced.html) (Using Git submodule and Xcode sub-project)
|
||||
- [Migration from previous SDK Versions](http://www.hockeyapp.net/help/sdk/ios/3.1.0b1/docs/docs/Guide-Migration-Kits.html)
|
||||
- [Installation & Setup](http://www.hockeyapp.net/help/sdk/ios/3.5.0b1/docs/docs/Guide-Installation-Setup.html) (Recommended)
|
||||
- [Installation & Setup Advanced](http://www.hockeyapp.net/help/sdk/ios/3.5.0b1/docs/docs/Guide-Installation-Setup-Advanced.html) (Using Git submodule and Xcode sub-project)
|
||||
- [Migration from previous SDK Versions](http://www.hockeyapp.net/help/sdk/ios/3.5.0b1/docs/docs/Guide-Migration-Kits.html)
|
||||
- [Mac Desktop Uploader](http://support.hockeyapp.net/kb/how-tos/how-to-upload-to-hockeyapp-on-a-mac)
|
||||
|
||||
|
||||
@ -42,4 +42,4 @@ This documentation provides integrated help in Xcode for all public APIs and a s
|
||||
|
||||
3. Copy the content into ~`/Library/Developer/Shared/Documentation/DocSet`
|
||||
|
||||
The documentation is also available via the following URL: [http://hockeyapp.net/help/sdk/ios/3.1.0b1/](http://hockeyapp.net/help/sdk/ios/3.1.0b1/)
|
||||
The documentation is also available via the following URL: [http://hockeyapp.net/help/sdk/ios/3.5.0b1/](http://hockeyapp.net/help/sdk/ios/3.5.0b1/)
|
||||
|
@ -1,5 +1,5 @@
|
||||
#include "HockeySDK.xcconfig"
|
||||
|
||||
BUILD_NUMBER = 17
|
||||
VERSION_STRING = 3.1.0b1
|
||||
VERSION_STRING = 3.5.0b1
|
||||
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) BITHOCKEY_VERSION="@\""$(VERSION_STRING)"\""
|
||||
|
@ -1,4 +1,4 @@
|
||||
## Version 3.1.0 Beta 1
|
||||
## Version 3.5.0 Beta 1
|
||||
|
||||
- General
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user