Skip to content

Commit

Permalink
Version 1.0.0-beta.4 (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
matux authored Sep 27, 2024
1 parent 317e90c commit 5473cb2
Show file tree
Hide file tree
Showing 5 changed files with 131 additions and 4,233 deletions.
4 changes: 2 additions & 2 deletions RollbarReactNative.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'RollbarReactNative'
s.version = '1.0.0-beta.3'
s.version = '1.0.0-beta.4'
s.summary = 'RollbarReactNative'
s.description = <<-DESC
RollbarReactNative is a library for interacting with the Rollbar
Expand All @@ -10,7 +10,7 @@ Pod::Spec.new do |s|
s.license = 'MIT'
s.author = { 'Rollbar' => 'support@rollbar.com' }
s.platform = :ios, '13.0'
s.source = { :git => 'https://github.com/rollbar/rollbar-react-native.git', :tag => '1.0.0-beta.3' }
s.source = { :git => 'https://github.com/rollbar/rollbar-react-native.git', :tag => '1.0.0-beta.4' }
s.requires_arc = true

s.dependency 'React-Core'
Expand Down
2 changes: 1 addition & 1 deletion android/src/main/java/com/rollbar/RollbarReactNative.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
public class RollbarReactNative extends ReactContextBaseJavaModule {
private static final String REACT_NATIVE = "react-native";
private static final String NOTIFIER_NAME = "rollbar-react-native";
private static final String NOTIFIER_VERSION = "1.0.0-beta.3";
private static final String NOTIFIER_VERSION = "1.0.0-beta.4";
private static final String MANIFEST_CODE_VERSION = "com.rollbar.android.CODE_VERSION";

private ReactContext reactContext;
Expand Down
2 changes: 1 addition & 1 deletion ios/RollbarReactNative.m
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
@implementation RollbarReactNative

static NSString *const NOTIFIER_NAME = @"rollbar-react-native";
static NSString *const NOTIFIER_VERSION = @"1.0.0-beta.3";
static NSString *const NOTIFIER_VERSION = @"1.0.0-beta.4";
static NSString *const REACT_NATIVE = @"react-native";

+ (void)initWithConfiguration:(NSDictionary*)options {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rollbar-react-native",
"version": "1.0.0-beta.3",
"version": "1.0.0-beta.4",
"description": "Library for reporting errors to Rollbar from React Native apps",
"main": "index.js",
"repository": "https://github.com/rollbar/rollbar-react-native.git",
Expand Down
Loading

0 comments on commit 5473cb2

Please sign in to comment.