Skip to content

Commit

Permalink
fix: bump fallback bob version
Browse files Browse the repository at this point in the history
  • Loading branch information
satya164 committed Jul 11, 2024
1 parent 9b41a62 commit 42efae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/create-react-native-library/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import generateExampleApp, {
import { spawn } from './utils/spawn';
import { version } from '../package.json';

const FALLBACK_BOB_VERSION = '0.25.0';
const FALLBACK_BOB_VERSION = '0.26.0';

const BINARIES = [
/(gradlew|\.(jar|keystore|png|jpg|gif))$/,
Expand Down

0 comments on commit 42efae5

Please sign in to comment.