From 8214ae6070a1e8d3814e60e230024b13ed6b7d0b Mon Sep 17 00:00:00 2001 From: svbutko Date: Mon, 8 Jan 2024 20:56:30 +0100 Subject: [PATCH] Update package.json version to 2.3.0 --- package.json | 2 +- template/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 69f00208..ea199268 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-template-strong", - "version": "2.2.0", + "version": "2.3.0", "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 21d66ba0..3ed1eaad 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: [2.2.0](https://github.com/svbutko/react-native-template-strong/releases/tag/v2.2.0) +Version: [2.3.0](https://github.com/svbutko/react-native-template-strong/releases/tag/v2.3.0) Thank you for choosing this template.