Skip to content

Commit

Permalink
v5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kuasha420 committed Feb 18, 2023
1 parent 02a79ac commit 8fbffce
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.70.7 | 5.1.\* |
| 0.70.5 | 5.0.\* |
| 0.69.5 | 4.1.\* |
| 0.69.2 | 4.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": "5.0.0",
"version": "5.1.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 = '5.0.0';
export const currentVersion = '5.1.0';

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

0 comments on commit 8fbffce

Please sign in to comment.