Skip to content

Commit 1fb7659

Browse files
authored
Version 1.0.0-beta.5 (#204)
1 parent e703bda commit 1fb7659

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

RollbarReactNative.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'RollbarReactNative'
3-
s.version = '1.0.0-beta.4'
3+
s.version = '1.0.0-beta.5'
44
s.summary = 'RollbarReactNative'
55
s.description = <<-DESC
66
RollbarReactNative is a library for interacting with the Rollbar
@@ -10,7 +10,7 @@ Pod::Spec.new do |s|
1010
s.license = 'MIT'
1111
s.author = { 'Rollbar' => '[email protected]' }
1212
s.platform = :ios, '13.0'
13-
s.source = { :git => 'https://github.com/rollbar/rollbar-react-native.git', :tag => '1.0.0-beta.4' }
13+
s.source = { :git => 'https://github.com/rollbar/rollbar-react-native.git', :tag => '1.0.0-beta.5' }
1414
s.requires_arc = true
1515

1616
s.dependency 'React-Core'

android/src/main/java/com/rollbar/RollbarReactNative.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
public class RollbarReactNative extends ReactContextBaseJavaModule {
3131
private static final String REACT_NATIVE = "react-native";
3232
private static final String NOTIFIER_NAME = "rollbar-react-native";
33-
private static final String NOTIFIER_VERSION = "1.0.0-beta.4";
33+
private static final String NOTIFIER_VERSION = "1.0.0-beta.5";
3434
private static final String MANIFEST_CODE_VERSION = "com.rollbar.android.CODE_VERSION";
3535

3636
private ReactContext reactContext;

ios/RollbarReactNative.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
@implementation RollbarReactNative
1616

1717
static NSString *const NOTIFIER_NAME = @"rollbar-react-native";
18-
static NSString *const NOTIFIER_VERSION = @"1.0.0-beta.4";
18+
static NSString *const NOTIFIER_VERSION = @"1.0.0-beta.5";
1919
static NSString *const REACT_NATIVE = @"react-native";
2020

2121
+ (void)initWithConfiguration:(NSDictionary*)options {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rollbar-react-native",
3-
"version": "1.0.0-beta.4",
3+
"version": "1.0.0-beta.5",
44
"description": "Library for reporting errors to Rollbar from React Native apps",
55
"main": "index.js",
66
"repository": "https://github.com/rollbar/rollbar-react-native.git",

0 commit comments

Comments
 (0)