From 81f854b804e6df9a9f22841a94f70179ff50be3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20Spie=C3=9F?= Date: Wed, 25 May 2016 15:33:08 +0200 Subject: [PATCH] Update version and build number to 4.1.0-beta.4 --- HockeySDK-Mac.podspec | 2 +- README.md | 6 +++--- Support/buildnumber.xcconfig | 4 ++-- docs/Changelog-template.md | 8 ++++++++ docs/Guide-Installation-Setup-template.md | 6 +++--- 5 files changed, 17 insertions(+), 9 deletions(-) diff --git a/HockeySDK-Mac.podspec b/HockeySDK-Mac.podspec index 3ad594a4..28ec1c7a 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.3' + s.version = '4.1.0-beta.4' 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 17d1c23a..ae850fd1 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.3 +## Version 4.1.0-beta.4 -- [Changelog](http://www.hockeyapp.net/help/sdk/mac/4.1.0-beta.3/docs/docs/Changelog.html) +- [Changelog](http://www.hockeyapp.net/help/sdk/mac/4.1.0-beta.4/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.3/index.html). +Our documentation can be found on [HockeyApp](http://hockeyapp.net/help/sdk/mac/4.1.0-beta.4/index.html). ## 5.Troubleshooting diff --git a/Support/buildnumber.xcconfig b/Support/buildnumber.xcconfig index db920f38..4aad74d5 100644 --- a/Support/buildnumber.xcconfig +++ b/Support/buildnumber.xcconfig @@ -1,5 +1,5 @@ #include "HockeySDK.xcconfig" -BUILD_NUMBER = 54 -VERSION_STRING = 4.1.0-beta.3 +BUILD_NUMBER = 55 +VERSION_STRING = 4.1.0-beta.4 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 d05976e2..d5300b74 100644 --- a/docs/Changelog-template.md +++ b/docs/Changelog-template.md @@ -1,7 +1,15 @@ +## 4.1.0-beta.4 + +Add a bugfix from version 4.0.3: + +- [BUGFIX] Use a directory path for metrics data that's in compliance with Apple's file system guidelines + ## 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 diff --git a/docs/Guide-Installation-Setup-template.md b/docs/Guide-Installation-Setup-template.md index 1cbfb6ab..b187ec66 100644 --- a/docs/Guide-Installation-Setup-template.md +++ b/docs/Guide-Installation-Setup-template.md @@ -1,6 +1,6 @@ -## Version 4.1.0-beta.3 +## Version 4.1.0-beta.4 -- [Changelog](http://www.hockeyapp.net/help/sdk/mac/4.1.0-beta.3/docs/docs/Changelog.html) +- [Changelog](http://www.hockeyapp.net/help/sdk/mac/4.1.0-beta.4/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.3/index.html). +Our documentation can be found on [HockeyApp](http://hockeyapp.net/help/sdk/mac/4.1.0-beta.4/index.html). ## 5.Troubleshooting