We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15c681f commit 4a78e1eCopy full SHA for 4a78e1e
NativeScript/NativeScript-Prefix.pch
@@ -1,7 +1,7 @@
1
#ifndef NativeScript_Prefix_pch
2
#define NativeScript_Prefix_pch
3
4
-#define NATIVESCRIPT_VERSION "8.3.0-alpha.0"
+#define NATIVESCRIPT_VERSION "8.3.0"
5
6
#ifdef DEBUG
7
#define SIZEOF_OFF_T 8
build_all.sh
@@ -2,6 +2,7 @@
set -e
rm -rf ./dist
+./update_version.sh
./build_metadata_generator.sh
./build_nativescript.sh
8
./build_tklivesync.sh
package.json
{
"name": "@nativescript/ios",
"description": "NativeScript Runtime for iOS",
- "version": "8.3.0-preview.0",
+ "version": "8.3.0",
"keywords": [
"NativeScript",
"iOS",
0 commit comments