From 7c49acf8962212ee489c923cc273c89f38d3bc86 Mon Sep 17 00:00:00 2001 From: Thibault Malbranche Date: Thu, 3 Nov 2022 17:55:13 +0100 Subject: [PATCH] chore: release 4.3.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3be38711..cd0096d2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-community/blur", - "version": "4.2.0", + "version": "4.3.0", "description": "React Native Blur component", "main": "lib/commonjs/index", "module": "lib/module/index", @@ -154,4 +154,4 @@ "javaPackageName": "com.reactnativecommunityblur" } } -} \ No newline at end of file +}