From f98a30ddee6bbded2393c2e594c872a1c2abc5fb Mon Sep 17 00:00:00 2001 From: Kenny Tsui <63658871+kennyklaviyo@users.noreply.github.com> Date: Tue, 21 May 2024 15:53:59 -0400 Subject: [PATCH] Version Bump 0.4.1 (#158) --- README.md | 6 +++++- package.json | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 17ef89b..468681d 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ push notifications via FCM (Firebase Cloud Messaging) and APNs (Apple Push Notif ## Requirements -For initial beta release, the SDK was developed and tested against the latest minor release of React Native (0.73). +For initial beta release, the SDK was developed and tested against the latest minor release of React Native (0.73+). We are actively testing and expanding support to the latest patch releases of recent minor versions of React Native. ### React Native @@ -105,6 +105,10 @@ Android installation requirements may vary depending upon your project configura The Klaviyo React Native SDK's `build.gradle` file exposes transitive dependencies upon the Klaviyo Android SDK, so you can import Android Klaviyo SDK references from your Kotlin/Java files without modifying your gradle configuration. +#### React Native 0.74.x + +There are no additional installation requirements. + #### React Native 0.73.x There are no additional installation requirements. Android support is fully tested and verified. diff --git a/package.json b/package.json index f26bc7c..f931a1f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "klaviyo-react-native-sdk", - "version": "0.4.0", + "version": "0.4.1", "description": "Official Klaviyo React Native SDK", "main": "lib/commonjs/index", "module": "lib/module/index",