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

Commit

Permalink
Update version and documentation for 2.1.0 Beta 3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
DerAndereAndi committed Feb 18, 2014
1 parent 13d93da commit 599ea8d
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 12 deletions.
4 changes: 2 additions & 2 deletions 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 = '2.1.0-b.2'
s.version = '2.1.0-b.3'

s.summary = 'Collect crash reports with HockeyApp.'
s.description = <<-DESC
Expand All @@ -12,7 +12,7 @@ Pod::Spec.new do |s|
DESC

s.homepage = 'http://hockeyapp.net/'
s.documentation_url = 'http://hockeyapp.net/help/sdk/mac/2.1.0-b.2/'
s.documentation_url = 'http://hockeyapp.net/help/sdk/mac/2.1.0-b.3/'

s.license = { :type => 'MIT', :file => 'HockeySDK-Mac/LICENSE.txt' }
s.author = { 'Andreas Linde' => 'mail@andreaslinde.de', 'Thomas Dohmke' => "thomas@dohmke.de" }
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Version 2.1.0 Beta 2
## Version 2.1.0 Beta 3

- [Changelog](http://www.hockeyapp.net/help/sdk/mac/2.1.0-b.2/docs/docs/Changelog.html)
- [Changelog](http://www.hockeyapp.net/help/sdk/mac/2.1.0-b.3/docs/docs/Changelog.html)


## Introduction
Expand All @@ -25,7 +25,7 @@ The main SDK class is `BITHockeyManager`. It initializes all modules and provide

## Installation & Setup

- [Installation & Setup](http://www.hockeyapp.net/help/sdk/mac/2.1.0-b.2/docs/docs/Guide-Installation-Setup.html)
- [Installation & Setup](http://www.hockeyapp.net/help/sdk/mac/2.1.0-b.3/docs/docs/Guide-Installation-Setup.html)
- [Mac Desktop Uploader](http://support.hockeyapp.net/kb/how-tos/how-to-upload-to-hockeyapp-on-a-mac)


Expand All @@ -39,5 +39,5 @@ This documentation provides integrated help in Xcode for all public APIs and a s

3. Copy the content into ~`/Library/Developer/Shared/Documentation/DocSets`

The documentation is also available via the following URL: [http://hockeyapp.net/help/sdk/mac/2.1.0-b.2/](http://hockeyapp.net/help/sdk/mac/2.1.0-b.2/)
The documentation is also available via the following URL: [http://hockeyapp.net/help/sdk/mac/2.1.0-b.3/](http://hockeyapp.net/help/sdk/mac/2.1.0-b.3/)

6 changes: 3 additions & 3 deletions Support/buildnumber.xcconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include "HockeySDK.xcconfig"

BUILD_NUMBER = 21
VERSION_STRING = 2.1.0-b.2
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) BITHOCKEY_VERSION="@\"2.1.0-b.2\""
BUILD_NUMBER = 23
VERSION_STRING = 2.1.0-b.3
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) BITHOCKEY_VERSION="@\"2.1.0-b.3\""
4 changes: 4 additions & 0 deletions docs/Changelog-template.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Version 2.1 Beta 3

- [BUGFIX] Fix a possible crash before sending the crash report when the selector could not be found

## Version 2.0.2

- [BUGFIX] Fix a possible crash before sending the crash report when the selector could not be found
Expand Down
6 changes: 3 additions & 3 deletions docs/Guide-Installation-Setup-template.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Version 2.0.2
## Version 2.1 Beta 3

- [Changelog](http://www.hockeyapp.net/help/sdk/mac/2.0.2/docs/docs/Changelog.html)
- [Changelog](http://www.hockeyapp.net/help/sdk/mac/2.1.0-b.3/docs/docs/Changelog.html)

## Introduction

Expand Down Expand Up @@ -312,7 +312,7 @@ This documentation provides integrated help in Xcode for all public APIs and a s

3. Copy the content into ~`/Library/Developer/Shared/Documentation/DocSets`

The documentation is also available via the following URL: [http://hockeyapp.net/help/sdk/mac/2.0.2/](http://hockeyapp.net/help/sdk/mac/2.0.2/)
The documentation is also available via the following URL: [http://hockeyapp.net/help/sdk/mac/2.1.0-b.3/](http://hockeyapp.net/help/sdk/mac/2.1.0-b.3/)

### Checklist if Crashes Do Not Appear in HockeyApp

Expand Down

0 comments on commit 599ea8d

Please sign in to comment.