diff --git a/packages/types/package.json b/packages/types/package.json index 8f162c823..03e2f47ee 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript/types", - "version": "8.3.1", + "version": "8.4.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.3.0", - "@nativescript/types-android": "~8.3.0" + "@nativescript/types-ios": "~8.4.0", + "@nativescript/types-android": "~8.4.0" } }