Skip to content

Commit 4a78e1e

Browse files
committed
chore(release): 8.3.0
1 parent 15c681f commit 4a78e1e

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
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.0-alpha.0"
4+
#define NATIVESCRIPT_VERSION "8.3.0"
55

66
#ifdef DEBUG
77
#define SIZEOF_OFF_T 8

build_all.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
set -e
33

44
rm -rf ./dist
5+
./update_version.sh
56
./build_metadata_generator.sh
67
./build_nativescript.sh
78
./build_tklivesync.sh

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.0-preview.0",
4+
"version": "8.3.0",
55
"keywords": [
66
"NativeScript",
77
"iOS",

0 commit comments

Comments
 (0)