chore(release): @nativescript/core@7.3.0

This commit is contained in:
Nathan Walker
2021-02-27 13:30:51 -08:00
parent ac7f041dea
commit 7847c2fd35
6 changed files with 51 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@nativescript/types",
"version": "7.3.0-rc.0",
"version": "7.3.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": "7.3.0-rc.0",
"@nativescript/types-android": "7.3.0-rc.0"
"@nativescript/types-ios": "7.3.0",
"@nativescript/types-android": "7.3.0"
}
}