From 17c3bcc82fb59712bba749858ebc5cff7475440b Mon Sep 17 00:00:00 2001 From: Nathan Walker Date: Tue, 2 Apr 2024 13:12:50 -0700 Subject: [PATCH] release(ios): 8.7.0-rc.0 --- NativeScript/NativeScript-Prefix.pch | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NativeScript/NativeScript-Prefix.pch b/NativeScript/NativeScript-Prefix.pch index db2d2357..deb85ee2 100644 --- a/NativeScript/NativeScript-Prefix.pch +++ b/NativeScript/NativeScript-Prefix.pch @@ -1,7 +1,7 @@ #ifndef NativeScript_Prefix_pch #define NativeScript_Prefix_pch -#define NATIVESCRIPT_VERSION "8.7.0-alpha.3" +#define NATIVESCRIPT_VERSION "8.7.0-rc.0" #ifdef DEBUG #define SIZEOF_OFF_T 8 diff --git a/package.json b/package.json index f27bf38a..f655514c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@nativescript/ios", "description": "NativeScript Runtime for iOS", - "version": "8.7.0-alpha.3", + "version": "8.7.0-rc.0", "keywords": [ "NativeScript", "iOS",