From 8da59147e58ab39cf9599b2887bd8e29e2f103ca Mon Sep 17 00:00:00 2001 From: Sergei Butko Date: Fri, 10 May 2024 13:08:11 +0200 Subject: [PATCH] Update package.json version to 3.0.2 --- package.json | 2 +- template/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4974f5f4..4c7c7c45 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-template-strong", - "version": "3.0.1", + "version": "3.0.2", "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 2381557a..15258dc8 100644 --- a/template/README.md +++ b/template/README.md @@ -2,7 +2,7 @@ This project was created with [React Native Template Strong](https://svbutko.github.io/react-native-template-strong/). -Version: [3.0.1](https://github.com/svbutko/react-native-template-strong/releases/tag/v3.0.1) +Version: [3.0.2](https://github.com/svbutko/react-native-template-strong/releases/tag/v3.0.2) Thank you for choosing this template.