Skip to content

Commit d932b9b

Browse files
authored
Merge branch 'main' into feat/ada-v3
2 parents c721359 + d4f3b68 commit d932b9b

22 files changed

+2094
-1750
lines changed

.github/workflows/npm_release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
with:
143143
node-version: 20
144144
registry-url: "https://registry.npmjs.org"
145-
- uses: actions/download-artifact@v3
145+
- uses: actions/download-artifact@v4.1.7
146146
with:
147147
name: npm-package
148148
path: dist
@@ -172,11 +172,11 @@ jobs:
172172
node-version: 20
173173
- name: Setup
174174
run: npm install
175-
- uses: actions/download-artifact@v3
175+
- uses: actions/download-artifact@v4.1.7
176176
with:
177177
name: npm-package
178178
path: dist
179-
- uses: actions/download-artifact@v3
179+
- uses: actions/download-artifact@v4.1.7
180180
with:
181181
name: NativeScript-dSYMs
182182
path: dist/dSYMs

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.8.1"
4+
#define NATIVESCRIPT_VERSION "8.9.0"
55

66
#ifdef DEBUG
77
#define SIZEOF_OFF_T 8

0 commit comments

Comments
 (0)