Skip to content

Commit

Permalink
8.5.1
Browse files Browse the repository at this point in the history
Update RN version to 0.70.6
  • Loading branch information
hyochan committed Nov 25, 2022
1 parent c3d78fa commit 8f3f061
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bin/const.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const RN_PROJECT_BRANCH = 'release/0.69+';
export const RN_VERSION = '0.69.3';
export const RN_PROJECT_BRANCH = 'release/0.70+';
export const RN_VERSION = '0.70.6';

export const EXPO_PROJECT_BRANCH = 'release/47';
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dooboo-cli",
"version": "8.5.0",
"version": "8.5.1",
"description": "React and react-native starter kit",
"bin": {
"dooboo": "lib/bin/root.js"
Expand Down

0 comments on commit 8f3f061

Please sign in to comment.