Skip to content

Commit

Permalink
chore: increased version number on android files for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Anup-UXCam authored and Ankitkarna committed Nov 14, 2022
1 parent ccc648e commit c41cfc9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions uxcam-react-wrapper/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

Version | Changes
------- | ----------
5.4.3 | Updated Android to 3.5.1
5.4.2 | Updated iOS SDK to 3.4.3 and Android to 3.4.4
5.4.1 | Updated iOS SDK to 3.4.2 and Android to 3.4.3
5.4.0 | Updated iOS SDK to 3.4.1 and Android to 3.4.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

public class RNUxcamModule extends ReactContextBaseJavaModule {
private static final String UXCAM_PLUGIN_TYPE = "react-native";
private static final String UXCAM_REACT_PLUGIN_VERSION = "5.4.2";
private static final String UXCAM_REACT_PLUGIN_VERSION = "5.4.3";

private static final String UXCAM_VERIFICATION_EVENT_KEY = "UXCam_Verification_Event";
private static final String PARAM_SUCCESS_KEY = "success";
Expand Down
2 changes: 1 addition & 1 deletion uxcam-react-wrapper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-ux-cam",
"version": "5.4.2",
"version": "5.4.3",
"description": "React Native wrapper for uxcam.com.",
"license": "MIT",
"author": "admin@uxcam.com for UXCam Inc. after Mark Miyashita <negativetwelve@gmail.com>",
Expand Down

0 comments on commit c41cfc9

Please sign in to comment.