Skip to content

Commit

Permalink
chore: visionos version mentions
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanWalker committed Jul 29, 2024
1 parent 9ff9218 commit a7562d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/guide/visionos.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,11 @@ Primarily 2 key elements make up a NativeScript driven visionOS project:
```json
{
"dependencies": {
"@nativescript/core": "~8.7.0"
"@nativescript/core": "~8.8.0"
},
"devDependencies": {
"@nativescript/visionos": "~8.7.0",
"@nativescript/webpack": "~5.0.21"
"@nativescript/visionos": "~8.8.0",
"@nativescript/webpack": "~5.0.0"
}
}
```
Expand Down

0 comments on commit a7562d7

Please sign in to comment.