release: @nativescript/types 8.8

This commit is contained in:
Nathan Walker
2024-07-09 21:48:30 -07:00
parent 492eef087e
commit 774d4e2237
4 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@nativescript/types",
"version": "8.7.0",
"version": "8.8.0",
"description": "NativeScript Types for all supported platforms.",
"homepage": "https://nativescript.org",
"repository": {
@@ -12,7 +12,7 @@
],
"license": "Apache-2.0",
"dependencies": {
"@nativescript/types-ios": "8.7.0",
"@nativescript/types-android": "8.7.0"
"@nativescript/types-ios": "8.8.0",
"@nativescript/types-android": "8.8.0"
}
}