diff --git a/packages/types-ios/package.json b/packages/types-ios/package.json index f0fd711d1..37d3d11ee 100644 --- a/packages/types-ios/package.json +++ b/packages/types-ios/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript/types-ios", - "version": "8.1.0", + "version": "8.1.1", "description": "NativeScript Types for iOS.", "homepage": "https://nativescript.org", "repository": { diff --git a/packages/types/package.json b/packages/types/package.json index 32ba9d9eb..d8d6bbc69 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript/types", - "version": "8.1.0", + "version": "8.1.1", "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.1.0", - "@nativescript/types-android": "8.1.0" + "@nativescript/types-ios": "~8.1.0", + "@nativescript/types-android": "~8.1.0" } }