Skip to content

Commit

Permalink
Version Bump 0.4.1 (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
kennyklaviyo committed May 21, 2024
1 parent 610ade4 commit f98a30d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit f98a30d

Please sign in to comment.