Skip to content

Commit

Permalink
Release 0.9.3 (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
waltjones authored Jan 11, 2023
1 parent 5534cd5 commit 44699e3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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 = '0.9.2'
s.version = '0.9.3'
s.summary = 'RollbarReactNative'
s.description = <<-DESC
RollbarReactNative is a library for interacting with the Rollbar
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 = "0.9.2";
private static final String NOTIFIER_VERSION = "0.9.3";
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 @@ -9,7 +9,7 @@
@implementation RollbarReactNative

static NSString *const NOTIFIER_NAME = @"rollbar-react-native";
static NSString *const NOTIFIER_VERSION = @"0.9.2";
static NSString *const NOTIFIER_VERSION = @"0.9.3";
static NSString *const REACT_NATIVE = @"react-native";

+ (void)initWithAccessToken:(NSString *)accessToken {
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": "0.9.2",
"version": "0.9.3",
"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 44699e3

Please sign in to comment.