diff --git a/README.md b/README.md index ea20fec..28ef2c5 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,10 @@ Then follow the [Experiment](/EXPERIMENTS.md) guide and the [Push Notification]( ## Changelog +**[2.1.1](https://github.com/taplytics/Taplytics-React-Native/releases/tag/2.1.1)** + +1. Fixed `propertiesLoadedCallback` crashing the app when called more than once + **[2.1.0](https://github.com/taplytics/Taplytics-React-Native/releases/tag/2.1.0)** 1. Added support for React Native 0.60.0 and autolinking diff --git a/package.json b/package.json index 576b432..60fc3f2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "taplytics-react-native", - "version": "2.1.0", + "version": "2.1.1", "description": "_Taplytics is a native mobile A/B testing and push notification platform that helps you optimize your React Native app!_", "main": "index.js", "scripts": {