Skip to content

Commit

Permalink
v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kuasha420 committed Jul 25, 2022
1 parent 8c04c74 commit 83ba0c6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ See the below table to find out which version of the template to use.

| React Native | Template |
| ------------ | -------- |
| 0.69.2 | 4.0.\* |
| 0.68.2 | 3.1.\* |
| 0.68.1 | 3.0.\* |
| 0.66.3 | 2.0.\* |
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-template-ts-plus",
"version": "3.1.4",
"version": "4.0.0",
"description": "A React Native TypeScript Template with Superpowers",
"types": "index.d.ts",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion template/src/services/version.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const currentVersion = '3.1.4';
export const currentVersion = '4.0.0';

const getLatestVersion = async () => {
try {
Expand Down

0 comments on commit 83ba0c6

Please sign in to comment.