From 5613902b9b8e6d4de7c991d68324681485d7f61e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20Spie=C3=9F?= Date: Wed, 18 May 2016 16:12:56 +0200 Subject: [PATCH] Update version and build number to 4.1.0-beta.3 --- HockeySDK-Mac.podspec | 2 +- README.md | 6 +++--- Support/buildnumber.xcconfig | 4 ++-- docs/Changelog-template.md | 6 ++++++ docs/Guide-Installation-Setup-template.md | 6 +++--- 5 files changed, 15 insertions(+), 9 deletions(-) diff --git a/HockeySDK-Mac.podspec b/HockeySDK-Mac.podspec index 8b273b42..3ad594a4 100644 --- a/HockeySDK-Mac.podspec +++ b/HockeySDK-Mac.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'HockeySDK-Mac' - s.version = '4.1.0-beta.2' + s.version = '4.1.0-beta.3' s.summary = 'Collect live crash reports, get feedback from your users, distribute your betas, and get usage data.' s.description = <<-DESC diff --git a/README.md b/README.md index 250b5d7b..1a05b119 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ [![Build Status](https://travis-ci.org/bitstadium/HockeySDK-iOS.svg?branch=develop)](https://travis-ci.org/bitstadium/HockeySDK-Mac) -## Version 4.1.0-beta.2 +## Version 4.1.0-beta.3 -- [Changelog](http://www.hockeyapp.net/help/sdk/mac/4.1.0-beta.2/docs/docs/Changelog.html) +- [Changelog](http://www.hockeyapp.net/help/sdk/mac/4.1.0-beta.3/docs/docs/Changelog.html) **NOTE:** With the release of HockeySDK 4.0.0-alpha.1 a bug was introduced which lead to the exclusion of the Application Support folder from iCloud and iTunes backups. @@ -385,7 +385,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/mac/4.1.0-beta.2/index.html). +Our documentation can be found on [HockeyApp](http://hockeyapp.net/help/sdk/mac/4.1.0-beta.3/index.html). ## 5.Troubleshooting diff --git a/Support/buildnumber.xcconfig b/Support/buildnumber.xcconfig index c8f1b792..100e5ba4 100644 --- a/Support/buildnumber.xcconfig +++ b/Support/buildnumber.xcconfig @@ -1,5 +1,5 @@ #include "HockeySDK.xcconfig" -BUILD_NUMBER = 52 -VERSION_STRING = 4.1.0-beta.2 +BUILD_NUMBER = 53 +VERSION_STRING = 4.1.0-beta.3 GCC_PREPROCESSOR_DEFINITIONS = $(inherited) BITHOCKEY_VERSION="@\""$(VERSION_STRING)"\"" BITHOCKEY_BUILD="@\""$(BUILD_NUMBER)"\"" BITHOCKEY_C_VERSION="\""$(VERSION_STRING)"\"" BITHOCKEY_C_BUILD="\""$(BUILD_NUMBER)"\"" $(XCODEBUILD_GCC_PREPROCESSOR_DEFINITIONS) diff --git a/docs/Changelog-template.md b/docs/Changelog-template.md index 1713cff9..f4d231f7 100644 --- a/docs/Changelog-template.md +++ b/docs/Changelog-template.md @@ -1,3 +1,9 @@ +## 4.1.0-beta.3 + +- [IMPROVEMENT] Make lastSessionCrashDetails available in delegate methods +Add a bugfix from version 4.0.2: +- [BUGFIX] Restore compatibility with OS X 10.7 by not accessing `NSURLIsExcludedFromBackupKey` if not available + ## 4.1.0-beta.2 - [BUGFIX] Fixes an issue where the whole app's Application Support directory (sandboxed apps) / user’s Application Support directory (non-sandboxed apps) was accidentally excluded from backups. diff --git a/docs/Guide-Installation-Setup-template.md b/docs/Guide-Installation-Setup-template.md index e7f23c70..1cbfb6ab 100644 --- a/docs/Guide-Installation-Setup-template.md +++ b/docs/Guide-Installation-Setup-template.md @@ -1,6 +1,6 @@ -## Version 4.1.0-beta.2 +## Version 4.1.0-beta.3 -- [Changelog](http://www.hockeyapp.net/help/sdk/mac/4.1.0-beta.2/docs/docs/Changelog.html) +- [Changelog](http://www.hockeyapp.net/help/sdk/mac/4.1.0-beta.3/docs/docs/Changelog.html) **NOTE:** With the release of HockeySDK 4.0.0-alpha.1 a bug was introduced which lead to the exclusion of the Application Support folder from iCloud and iTunes backups. @@ -371,7 +371,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/mac/4.1.0-beta.2/index.html). +Our documentation can be found on [HockeyApp](http://hockeyapp.net/help/sdk/mac/4.1.0-beta.3/index.html). ## 5.Troubleshooting