Skip to content

Commit 182f0f7

Browse files
committed
bump cli version
1 parent ec17ca6 commit 182f0f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/init-rn-cli.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ expect "What is your Bugsnag build endpoint?" { send -- "http://localhost:9339/b
2929
expect "If you want the latest version of @bugsnag/react-native hit enter, otherwise type the version you want" { send -- "$notifier_version\r" }
3030
expect "What is your Bugsnag project API key?" { send -- "1234567890ABCDEF1234567890ABCDEF\r" }
3131
expect "Do you want to install the BugSnag CLI to allow you to upload JavaScript source maps?" { send -- "Y\r" }
32-
expect "If you want the latest version of @bugsnag/cli hit enter, otherwise type the version you want" { send -- "3.0.0-beta.0\r" }
32+
expect "If you want the latest version of @bugsnag/cli hit enter, otherwise type the version you want" { send -- "3.0.0-beta.2\r" }
3333
expect "See https://docs.bugsnag.com/platforms/react-native/react-native/showing-full-stacktraces for details." { send -- "\r" }
3434
expect "Do you want to update your Xcode build phase to output JavaScript source maps?" { send -- "Y\r" }
3535
expect "This will enable you to see full native stacktraces. It can't be done automatically." { send -- "\r" }

0 commit comments

Comments
 (0)