Skip to content

Commit

Permalink
Version 1.0.0-beta.5 (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
matux authored Oct 25, 2024
1 parent e703bda commit 1fb7659
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.4'
s.version = '1.0.0-beta.5'
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' => '[email protected]' }
s.platform = :ios, '13.0'
s.source = { :git => 'https://github.com/rollbar/rollbar-react-native.git', :tag => '1.0.0-beta.4' }
s.source = { :git => 'https://github.com/rollbar/rollbar-react-native.git', :tag => '1.0.0-beta.5' }
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.4";
private static final String NOTIFIER_VERSION = "1.0.0-beta.5";
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.4";
static NSString *const NOTIFIER_VERSION = @"1.0.0-beta.5";
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.4",
"version": "1.0.0-beta.5",
"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

0 comments on commit 1fb7659

Please sign in to comment.