Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Commit 2821a1e

Browse files
committed
Bump version to 1.0.0-alpha5
1 parent c22690a commit 2821a1e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Be sure to remember to `pod install` after changing your Podfile!
2929

3030
### Without Cocoapods
3131

32-
1. Download the [Rollbar framework](https://github.com/rollbar/rollbar-ios/releases/download/v1.0.0-alpha4/Rollbar.zip).
32+
1. Download the [Rollbar framework](https://github.com/rollbar/rollbar-ios/releases/download/v1.0.0-alpha5/Rollbar.zip).
3333

3434
2. Extract the Rollbar directory in the zip file to your Xcode project directory.
3535

Rollbar/RollbarConfiguration.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#import "RollbarTelemetry.h"
1313

1414
static NSString *NOTIFIER_NAME = @"rollbar-ios";
15-
static NSString *NOTIFIER_VERSION = @"1.0.0-alpha4";
15+
static NSString *NOTIFIER_VERSION = @"1.0.0-alpha5";
1616
static NSString *FRAMEWORK = @"ios";
1717
static NSString *CONFIGURATION_FILENAME = @"rollbar.config";
1818
static NSString *DEFAULT_ENDPOINT = @"https://api.rollbar.com/api/1/items/";

0 commit comments

Comments
 (0)