Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare for 1.1.1-dev #62

Merged
merged 1 commit into from
May 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions docs/Release-Notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down Expand Up @@ -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
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": "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",
Expand Down
Loading