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

Commit

Permalink
Bump all the versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Scholtysik (Reimold) committed Sep 21, 2017
1 parent 88220e6 commit 4bb7223
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 16 deletions.
10 changes: 7 additions & 3 deletions Documentation/Guides/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 5.0.0

- [IMPROVEMENT] Metrics can be enabled after they have been disabled. [#124](https://github.com/bitstadium/HockeySDK-Mac/pull/124)
- [BUGFIX] The app name is now displayed correctly in the user confirmation dialog. [#126](https://github.com/bitstadium/HockeySDK-Mac/pull/126)

## 5.0.0-beta.1

The version of drops support for OS X 10.7 and 10.8.
Expand Down Expand Up @@ -374,6 +379,5 @@ This SDK release explicitly includes the Application Support directory into back
- Added Mac Sandbox support:
- Supports 32 and 64 bit Intel X86 architecture
- Uses brand new PLCrashReporter version instead of crash logs from Libary directories
- Fixed sending crash reports to the HockeyApp servers
- Uses brand new PLCrashReporter version instead of crash logs from Library directories
- Fixed sending crash reports to the HockeyApp servers
8 changes: 4 additions & 4 deletions Documentation/Guides/Installation & Setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
[![Slack Status](https://slack.hockeyapp.net/badge.svg)](https://slack.hockeyapp.net)

## Version 4.1.4
## Version 5.0.0

- [Changelog](http://www.hockeyapp.net/help/sdk/mac/4.1.4/docs/docs/Changelog.html)
- [Changelog](http://www.hockeyapp.net/help/sdk/mac/5.0.0/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.

Expand Down Expand Up @@ -534,7 +534,7 @@ BITHockeyManager.shared().start()
<a id="documentation"></a>
## 4. Documentation

Our documentation can be found on [HockeyApp](http://hockeyapp.net/help/sdk/mac/4.1.3/index.html).
Our documentation can be found on [HockeyApp](https://www.hockeyapp.net/help/sdk/mac/5.0.0/index.html).

<a id="troubleshooting"></a>
## 5.Troubleshooting
Expand All @@ -560,7 +560,7 @@ We're looking forward to your contributions via pull requests.

**Development environment**

* Mac running the latest version of OS X
* A Mac running the latest version of macOS
* Get the latest Xcode from the Mac App Store
* [AppleDoc](https://github.com/tomaz/appledoc)
* [Cocoapods](https://cocoapods.org/)
Expand Down
2 changes: 1 addition & 1 deletion Documentation/HockeySDK/.jazzy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ clean: true
sdk: macosx

module: HockeySDK
module_version: 5.0.0-beta.1
module_version: 5.0.0
author: Microsoft Corp
author_url: https://www.microsoft.com

Expand Down
2 changes: 1 addition & 1 deletion HockeySDK-Mac.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'HockeySDK-Mac'
s.version = '5.0.0-beta.1'
s.version = '5.0.0'

s.summary = 'Collect live crash reports, get feedback from your users, distribute your betas, and get usage data.'
s.description = <<-DESC
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Slack Status](https://slack.hockeyapp.net/badge.svg)](https://slack.hockeyapp.net)


# Version 5.0.0-beta.1
# Version 5.0.0

## Introduction

Expand All @@ -21,13 +21,13 @@ The following feature is currently supported:

## 1. Setup

It is super easy to use HockeyApp in your macOS app. Have a look at our [documentation](https://www.hockeyapp.net/help/sdk/mac/5.0.0-beta.1/installation--setup.html) and onboard your app within minutes.
It is super easy to use HockeyApp in your macOS app. Have a look at our [documentation](https://www.hockeyapp.net/help/sdk/mac/5.0.0/installation--setup.html) and onboard your app within minutes.

## 2. Documentation

Please visit [our landing page](https://www.hockeyapp.net/help/sdk/mac/5.0.0-beta.1/index.html) as a starting point for all of our documentation.
Please visit [our landing page](https://www.hockeyapp.net/help/sdk/mac/5.0.0/index.html) as a starting point for all of our documentation.

Please check out our [changelog](http://www.hockeyapp.net/help/sdk/mac/5.0.0-beta.1/changelog.html), as well as our [troubleshooting section](https://www.hockeyapp.net/help/sdk/mac/5.0.0-beta.1//installation--setup.html#troubleshooting).
Please check out our [changelog](http://www.hockeyapp.net/help/sdk/mac//changelog.html), as well as our [troubleshooting section](https://www.hockeyapp.net/help/sdk/mac/5.0.0/installation--setup.html#troubleshooting).

## 3. Contributing

Expand All @@ -51,4 +51,4 @@ You must sign a [Contributor License Agreement](https://cla.microsoft.com/) befo

## 4. Contact

If you have further questions or are running into trouble that cannot be resolved by any of the steps [in our troubleshooting section](hhttps://www.hockeyapp.net/help/sdk/mac/5.0.0-beta.1/installation--setup.html#troubleshooting), feel free to open an issue here, contact us at [[email protected]](mailto:[email protected]) or join our [Slack](https://slack.hockeyapp.net).
If you have further questions or are running into trouble that cannot be resolved by any of the steps [in our troubleshooting section](hhttps://www.hockeyapp.net/help/sdk/mac/5.0.0/installation--setup.html#troubleshooting), feel free to open an issue here, contact us at [[email protected]](mailto:[email protected]) or join our [Slack](https://slack.hockeyapp.net).
4 changes: 2 additions & 2 deletions Support/buildnumber.xcconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include "HockeySDK.xcconfig"

BUILD_NUMBER = 62
VERSION_STRING = 5.0.0-beta.1
BUILD_NUMBER = 63
VERSION_STRING = 5.0.0
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)

0 comments on commit 4bb7223

Please sign in to comment.