diff --git a/README.md b/README.md index e420b3df..b9932897 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ -# Nitro React +# Nitro React v2.1 ## Prerequisites -- You must have [git](https://git-scm.com/) installed -- You must have [NodeJS](https://nodejs.org/) >= 16.13 installed -- We recommend you use [Yarn](https://yarnpkg.com/) over [npm](https://npmjs.com/) - - `npm i yarn -g` +- [Git](https://git-scm.com/) +- [NodeJS](https://nodejs.org/) >= 18 + - If using NodeJS < 18 remove `--openssl-legacy-provider` from the package.json scripts +- [Yarn](https://yarnpkg.com/) `npm i yarn -g` ## Installation diff --git a/package.json b/package.json index ade60155..8e6a95fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nitro-react", - "version": "2.0.0", + "version": "2.1.0", "private": true, "scripts": { "start": "cross-env SKIP_PREFLIGHT_CHECK=true BROWSER=none IMAGE_INLINE_SIZE_LIMIT=100000 craco --openssl-legacy-provider start", diff --git a/src/api/GetUIVersion.ts b/src/api/GetUIVersion.ts index fb69e1ce..881eea94 100644 --- a/src/api/GetUIVersion.ts +++ b/src/api/GetUIVersion.ts @@ -1 +1 @@ -export const GetUIVersion = () => '2.0.0'; +export const GetUIVersion = () => '2.1.0';