Skip to content
This repository was archived by the owner on Aug 2, 2023. It is now read-only.

Commit 5cf370c

Browse files
author
Benjamin Scholtysik (Reimold)
committed
Bump version and update changelog
1 parent 66b7777 commit 5cf370c

File tree

4 files changed

+12
-7
lines changed

4 files changed

+12
-7
lines changed

HockeySDK-Mac.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'HockeySDK-Mac'
3-
s.version = '4.1.1'
3+
s.version = '4.1.2'
44

55
s.summary = 'Collect live crash reports, get feedback from your users, distribute your betas, and get usage data.'
66
s.description = <<-DESC

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[![Build Status](https://travis-ci.org/bitstadium/HockeySDK-iOS.svg?branch=develop)](https://travis-ci.org/bitstadium/HockeySDK-Mac)
22
[![Version](https://img.shields.io/cocoapods/v/HockeySDK-Mac.svg)](http://cocoadocs.org/docsets/HockeySDK-Mac)
33

4-
## Version 4.1.1
4+
## Version 4.1.2
55

6-
- [Changelog](http://www.hockeyapp.net/help/sdk/mac/4.1.1/docs/docs/Changelog.html)
6+
- [Changelog](http://www.hockeyapp.net/help/sdk/mac/4.1.2/docs/docs/Changelog.html)
77

88
**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.
99

10-
If you have been using one of the affected versions (4.0.0-alpha.2, Version 4.0.0-beta.1, 4.0.0, 4.1.0-alpha.1, 4.1.0-alpha.2, or Version 4.1.0-beta.1), please make sure to update to at least version 4.0.1 or 4.1.0-beta.2 of our SDK as soon as you can.
10+
If you have been using one of the affected versions (4.0.0-alpha.2, Version 4.0.0-beta.1, 4.0.0, 4.1.0-alpha.1, 4.1.0-alpha.2, or Version 4.1.0-beta.1), please make sure to update to a newer version of our SDK as soon as you can.
1111

1212
## Introduction
1313

@@ -419,7 +419,7 @@ To check if data is send properly to HockeyApp and also see some additional SDK
419419
<a id="documentation"></a>
420420
## 4. Documentation
421421

422-
Our documentation can be found on [HockeyApp](http://hockeyapp.net/help/sdk/mac/4.1.1/index.html).
422+
Our documentation can be found on [HockeyApp](http://hockeyapp.net/help/sdk/mac/4.1.2/index.html).
423423

424424
<a id="troubleshooting"></a>
425425
## 5.Troubleshooting

Support/buildnumber.xcconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#include "HockeySDK.xcconfig"
22

3-
BUILD_NUMBER = 58
4-
VERSION_STRING = 4.1.1
3+
BUILD_NUMBER = 59
4+
VERSION_STRING = 4.1.2
55
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)

docs/Changelog-template.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 4.1.2
2+
3+
- [IMPROVEMENT] Update to latest PLCrashReporter build (PLCrashReporter 1.3).
4+
- [BUGFIX] Add check for `nil` in BITChannel.
5+
16
## 4.1.1
27

38
- [IMPROVEMENT] Add process id to BITCrashDetails.

0 commit comments

Comments
 (0)