From 19de80cd58c844fbc57c0d0e1f6b6ae25f55b0c9 Mon Sep 17 00:00:00 2001 From: Nathan Walker Date: Tue, 26 Jul 2022 08:26:35 -0700 Subject: [PATCH] chore: 8.3.2 next --- packages/core/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/core/package.json b/packages/core/package.json index fb40e52f3..57024ecc1 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript/core", - "version": "8.3.1", + "version": "8.3.2", "description": "A JavaScript library providing an easy to use api for interacting with iOS and Android platform APIs.", "main": "index", "types": "index.d.ts", @@ -64,4 +64,4 @@ } ] } -} \ No newline at end of file +}