Skip to content

Commit 37f58b2

Browse files
committed
Bump version number (6.5.8-0)
1 parent f8ffd4b commit 37f58b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ See the below table to find out which version of the template to use.
4444

4545
| React Native | Template |
4646
|--- |--- |
47-
| 0.63.1-3 | 6.5.8 |
47+
| 0.63.1-3 | 6.5.8-0 |
4848

4949
### Note on the legacy CLI
5050
There seems to be quite some confusion about the legacy CLI. This template only works with the new CLI. Make sure you have uninstalled the legacy `react-native-cli` first (`npm uninstall -g react-native-cli`), for the below command to work. If you wish to not use `npx`, you can also install the new CLI globally (`npm i -g @react-native-community/cli` or `yarn global add @react-native-community/cli`).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-template-typescript-tv",
3-
"version": "0.0.1",
3+
"version": "6.5.8-0",
44
"description": "Clean and minimalist React Native template for a quick start with TypeScript for Android TV and Apple TV.",
55
"scripts": {
66
"prepublishOnly": "npm --no-git-tag-version version $TRAVIS_TAG"

0 commit comments

Comments
 (0)