From 0a55946022c2fef089936627fbbcf305ac3ba897 Mon Sep 17 00:00:00 2001 From: svbutko Date: Thu, 6 Jul 2023 17:39:07 +0300 Subject: [PATCH] Update package.json version to 2.0.1 --- package.json | 2 +- template/README.md | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ac518cee..d2c6fb65 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-template-strong", - "version": "2.0.0", + "version": "2.0.1", "description": "React Native Strong Template made with react-native-navigation, TypeScript and Redux", "files": [ "template", diff --git a/template/README.md b/template/README.md index af3a92e3..bc4e3b82 100644 --- a/template/README.md +++ b/template/README.md @@ -2,12 +2,16 @@ This project was created with [React Native Template Strong](https://svbutko.github.io/react-native-template-strong/). -Version: [2.0.0](https://github.com/svbutko/react-native-template-strong/releases/tag/v2.0.0) +Version: [2.0.1](https://github.com/svbutko/react-native-template-strong/releases/tag/v2.0.0) Thank you for choosing this template. To learn how to work with it and what it offers check the [documentation](https://svbutko.github.io/react-native-template-strong/docs/getting-started). +## After initialisation + +`npm install --force` + ## Basic scripts Run iOS application: