From cc948ac2f23f0cafef4ccbf36b65948e199c76f6 Mon Sep 17 00:00:00 2001 From: Nathan Walker Date: Wed, 7 Sep 2022 16:43:57 -0700 Subject: [PATCH] chore: 8.4.0-alpha.1 --- 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 56bfa6ab..30179474 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.4.0-alpha.0" +#define NATIVESCRIPT_VERSION "8.4.0-alpha.1" #ifdef DEBUG #define SIZEOF_OFF_T 8 diff --git a/package.json b/package.json index 9473a0c7..956152a0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@nativescript/ios", "description": "NativeScript Runtime for iOS", - "version": "8.4.0-alpha.0", + "version": "8.4.0-alpha.1", "keywords": [ "NativeScript", "iOS",