From cc698da8549c9fc4a255eaacb09c5a5a765752bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20Spie=C3=9F?= Date: Fri, 6 May 2016 01:53:54 +0200 Subject: [PATCH] Update version and build numbers to 4.0.1 --- HockeySDK-Source.podspec | 2 +- HockeySDK.podspec | 2 +- README.md | 8 ++++---- Support/buildnumber.xcconfig | 4 ++-- docs/Guide-Installation-Setup-template.md | 8 ++++---- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/HockeySDK-Source.podspec b/HockeySDK-Source.podspec index eb8bbb4f19..a9cca54380 100644 --- a/HockeySDK-Source.podspec +++ b/HockeySDK-Source.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'HockeySDK-Source' - s.version = '4.0.0' + s.version = '4.0.1' s.summary = 'Collect live crash reports, get feedback from your users, distribute your betas, and analyze your test coverage with HockeyApp.' s.description = <<-DESC diff --git a/HockeySDK.podspec b/HockeySDK.podspec index 89497e2f2c..b3bd03736a 100644 --- a/HockeySDK.podspec +++ b/HockeySDK.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'HockeySDK' - s.version = '4.0.0' + s.version = '4.0.1' s.summary = 'Collect live crash reports, get feedback from your users, distribute your betas, and analyze your test coverage with HockeyApp.' s.description = <<-DESC diff --git a/README.md b/README.md index f7f72931c5..756cea7bc8 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ [![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) [![Version](http://cocoapod-badges.herokuapp.com/v/HockeySDK/badge.png)](http://cocoadocs.org/docsets/HockeySDK) -## Version 4.0.0 +## Version 4.0.1 -- [Changelog](http://www.hockeyapp.net/help/sdk/ios/4.0.0/docs/docs/Changelog.html) +- [Changelog](http://www.hockeyapp.net/help/sdk/ios/4.0.1/docs/docs/Changelog.html) ## Introduction @@ -494,7 +494,7 @@ To check if data is send properly to HockeyApp and also see some additional SDK ## 4. Documentation -Our documentation can be found on [HockeyApp](http://hockeyapp.net/help/sdk/ios/4.0.0/index.html). +Our documentation can be found on [HockeyApp](http://hockeyapp.net/help/sdk/ios/4.0.1/index.html). ## 5.Troubleshooting @@ -508,7 +508,7 @@ Our documentation can be found on [HockeyApp](http://hockeyapp.net/help/sdk/ios/ Make sure none of the following files are copied into your app bundle, check under app target, `Build Phases`, `Copy Bundle Resources` or in the `.app` bundle after building: - `HockeySDK.framework` (except if you build a dynamic framework version of the SDK yourself!) - - `de.bitstadium.HockeySDK-iOS-4.0.0.docset` + - `de.bitstadium.HockeySDK-iOS-4.0.1.docset` ### Feature are not working as expected diff --git a/Support/buildnumber.xcconfig b/Support/buildnumber.xcconfig index c036bda702..b6b68c6c57 100644 --- a/Support/buildnumber.xcconfig +++ b/Support/buildnumber.xcconfig @@ -1,7 +1,7 @@ #include "HockeySDK.xcconfig" -BUILD_NUMBER = 83 -VERSION_STRING = 4.0.0 +BUILD_NUMBER = 84 +VERSION_STRING = 4.0.1 GCC_PREPROCESSOR_DEFINITIONS = $(inherited) $(HOCKEYSDK_GCC_PREPROCESSOR_DEFINITIONS) HOCKEYSDK_CONFIGURATION_$(CONFIGURATION) BITHOCKEY_VERSION="@\""$(VERSION_STRING)"\"" BITHOCKEY_BUILD="@\""$(BUILD_NUMBER)"\"" BITHOCKEY_C_VERSION="\""$(VERSION_STRING)"\"" BITHOCKEY_C_BUILD="\""$(BUILD_NUMBER)"\"" BIT_ARM_ARCHS = armv7 armv7s arm64 BIT_SIM_ARCHS = x86_64 i386 diff --git a/docs/Guide-Installation-Setup-template.md b/docs/Guide-Installation-Setup-template.md index b82f5d9b68..44bb9fd53a 100644 --- a/docs/Guide-Installation-Setup-template.md +++ b/docs/Guide-Installation-Setup-template.md @@ -1,6 +1,6 @@ -## Version 4.0.0 +## Version 4.0.1 -- [Changelog](http://www.hockeyapp.net/help/sdk/ios/4.0.0/docs/docs/Changelog.html) +- [Changelog](http://www.hockeyapp.net/help/sdk/ios/4.0.1/docs/docs/Changelog.html) ## Introduction @@ -474,7 +474,7 @@ To check if data is send properly to HockeyApp and also see some additional SDK ## 4. Documentation -Our documentation can be found on [HockeyApp](http://hockeyapp.net/help/sdk/ios/4.0.0/index.html). +Our documentation can be found on [HockeyApp](http://hockeyapp.net/help/sdk/ios/4.0.1/index.html). ## 5.Troubleshooting @@ -488,7 +488,7 @@ Our documentation can be found on [HockeyApp](http://hockeyapp.net/help/sdk/ios/ Make sure none of the following files are copied into your app bundle, check under app target, `Build Phases`, `Copy Bundle Resources` or in the `.app` bundle after building: - `HockeySDK.framework` (except if you build a dynamic framework version of the SDK yourself!) - - `de.bitstadium.HockeySDK-iOS-4.0.0.docset` + - `de.bitstadium.HockeySDK-iOS-4.0.1.docset` ### Feature are not working as expected