Skip to content

Commit 79e9064

Browse files
authored
Release v0.9.2 (#146)
1 parent 3de133a commit 79e9064

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

RollbarReactNative.podspec

Lines changed: 1 addition & 1 deletion
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 = '0.9.1'
3+
s.version = '0.9.2'
44
s.summary = 'RollbarReactNative'
55
s.description = <<-DESC
66
RollbarReactNative is a library for interacting with the Rollbar

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 = "0.9.1";
33+
private static final String NOTIFIER_VERSION = "0.9.2";
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
@@ -9,7 +9,7 @@
99
@implementation RollbarReactNative
1010

1111
static NSString *const NOTIFIER_NAME = @"rollbar-react-native";
12-
static NSString *const NOTIFIER_VERSION = @"0.9.1";
12+
static NSString *const NOTIFIER_VERSION = @"0.9.2";
1313
static NSString *const REACT_NATIVE = @"react-native";
1414

1515
+ (void)initWithAccessToken:(NSString *)accessToken {

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": "0.9.1",
3+
"version": "0.9.2",
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",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1459,10 +1459,10 @@ ret@~0.1.10:
14591459
version "0.1.15"
14601460
resolved "https://registry.yarnpkg.com/ret/-/ret-0.1.15.tgz#b8a4825d5bdb1fc3f6f53c2bc33f81388681c7bc"
14611461

1462-
rollbar@^2.19.3:
1463-
version "2.19.3"
1464-
resolved "https://registry.yarnpkg.com/rollbar/-/rollbar-2.19.3.tgz#9779c4567cb5e49bb18e9bb60b70810ba4aad755"
1465-
integrity sha512-SBGEN999+wAlE2Q25pfzqUCqNiplpRPbgv/oYn4eW3Kk4CJox/mMGaSB9BWidX2Vep5TGpxxuyWCHrqklS+s/w==
1462+
rollbar@^2.21.1:
1463+
version "2.21.1"
1464+
resolved "https://registry.yarnpkg.com/rollbar/-/rollbar-2.21.1.tgz#482c3b2ea0d65e774352da3e89eeaf4679ee9970"
1465+
integrity sha512-HROzV6rV0BYxzZpOlDKUSV/RdyHMuCm9gknIGk+FYPVAUwbXCrwZeiYwuc5n3MLnX+IPBVzatzJsiNOJzngNGg==
14661466
dependencies:
14671467
async "~1.2.1"
14681468
console-polyfill "0.3.0"

0 commit comments

Comments
 (0)