From 8f3f061ac98ec36146a446ab5955793fc4ce676f Mon Sep 17 00:00:00 2001 From: hyochan Date: Fri, 25 Nov 2022 23:39:47 +0900 Subject: [PATCH] 8.5.1 Update RN version to 0.70.6 --- bin/const.ts | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/const.ts b/bin/const.ts index 9dec3d9..a5e2acc 100644 --- a/bin/const.ts +++ b/bin/const.ts @@ -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'; diff --git a/package.json b/package.json index da061ca..4117db5 100644 --- a/package.json +++ b/package.json @@ -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"