From a2ab4332c9c38267b03aa334331bd122d7f21da8 Mon Sep 17 00:00:00 2001 From: Tomas Kypta Date: Tue, 28 May 2024 16:05:34 +0200 Subject: [PATCH] Prepare for 1.1.1-dev --- docs/Release-Notes.md | 10 ++++++---- example/ios/Podfile.lock | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/docs/Release-Notes.md b/docs/Release-Notes.md index ce402f5..3143e71 100644 --- a/docs/Release-Notes.md +++ b/docs/Release-Notes.md @@ -2,16 +2,18 @@ ## Current Release -### Release 1.0.3-dev +### Release 1.1.1-dev + + +## Previous Releases + +### Release 1.1.0 - Update Malawrelytics for Android to 1.1.1 (#55, #52) - Update Malwarelytics for Apple to 2.1.1 (#53) - Update project configuration (#56) - Fix iOS build (#57) - -## Previous Releases - ### Release 1.0.2 - Fix tapjacking protection initialization on Android (#45) diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index 07c5492..c4055f7 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -939,7 +939,7 @@ PODS: - react-native-config/App (= 1.5.1) - react-native-config/App (1.5.1): - React-Core - - react-native-malwarelytics (1.0.3-dev): + - react-native-malwarelytics (1.1.1-dev): - React-Core - React-nativeconfig (0.74.1) - React-NativeModulesApple (0.74.1): @@ -1384,7 +1384,7 @@ SPEC CHECKSUMS: React-logger: 7e7403a2b14c97f847d90763af76b84b152b6fce React-Mapbuffer: 11029dcd47c5c9e057a4092ab9c2a8d10a496a33 react-native-config: 86038147314e2e6d10ea9972022aa171e6b1d4d8 - react-native-malwarelytics: 847ebaa9964fb1373d3915b62c6ccaa97b7ddb1a + react-native-malwarelytics: e82302e201789beb812be7e3f3b588f612f5ba01 React-nativeconfig: b0073a590774e8b35192fead188a36d1dca23dec React-NativeModulesApple: df46ff3e3de5b842b30b4ca8a6caae6d7c8ab09f React-perflogger: 3d31e0d1e8ad891e43a09ac70b7b17a79773003a diff --git a/package.json b/package.json index f0e8e89..06c81d8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-malwarelytics", - "version": "1.0.3-dev", + "version": "1.1.1-dev", "description": "Malwarelytics for React Native protects your banking or fintech app from a broad range of mobile security threats with an industry-leading mobile threat intelligence solution.", "main": "lib/commonjs/index", "module": "lib/module/index",