Skip to content

Commit 4a41918

Browse files
committed
chore: 8.3.1-alpha.4
1 parent cfe59d4 commit 4a41918

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

NativeScript/NativeScript-Prefix.pch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#ifndef NativeScript_Prefix_pch
22
#define NativeScript_Prefix_pch
33

4-
#define NATIVESCRIPT_VERSION "8.3.1-alpha.3"
4+
#define NATIVESCRIPT_VERSION "8.3.1-alpha.4"
55

66
#ifdef DEBUG
77
#define SIZEOF_OFF_T 8

NativeScript/runtime/ArgConverter.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@
341341
tns::SetValue(isolate, thiz, wrapper);
342342
std::shared_ptr<Persistent<Value>> poThiz = ObjectManager::Register(context, thiz);
343343
cache->Instances.emplace(result, poThiz);
344-
[result retain];
344+
// [result retain];
345345
}
346346
}
347347

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nativescript/ios",
33
"description": "NativeScript Runtime for iOS",
4-
"version": "8.3.1-alpha.3",
4+
"version": "8.3.1-alpha.4",
55
"keywords": [
66
"NativeScript",
77
"iOS",

0 commit comments

Comments
 (0)