From 02d4834bd46a2ce66f17a80c3159fcabd7811047 Mon Sep 17 00:00:00 2001 From: Nathan Walker Date: Tue, 2 Aug 2022 10:58:42 -0700 Subject: [PATCH] chore: 8.3.3 next --- package.json | 2 +- packages/core/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 126331432..9aebe0f4a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nativescript", - "version": "8.3.2", + "version": "8.3.3", "license": "MIT", "scripts": { "clean": "git clean -f -X -d --exclude=!.idea/ --exclude=!.vscode/* --exclude=!.npmrc", diff --git a/packages/core/package.json b/packages/core/package.json index 57024ecc1..d5c8832a0 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript/core", - "version": "8.3.2", + "version": "8.3.3", "description": "A JavaScript library providing an easy to use api for interacting with iOS and Android platform APIs.", "main": "index", "types": "index.d.ts",