react-native-acoustic-connect-beta 16.0.3 → 16.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -15,7 +15,7 @@
15
15
  "react": "18.2.0",
16
16
  "react-dom": "18.1.0",
17
17
  "react-native": "0.72.6",
18
- "react-native-acoustic-connect-beta": "16.0.3",
18
+ "react-native-acoustic-connect-beta": "16.0.4",
19
19
  "react-native-gesture-handler": "~2.8.0",
20
20
  "react-native-keyboard-aware-scroll-view": "^0.9.5",
21
21
  "react-native-reanimated": "~2.17.0",
package/Jenkinsfile CHANGED
@@ -463,7 +463,7 @@ def checkoutRepos() {
463
463
  }
464
464
 
465
465
  if (env.GIT_BRANCH.contains('master')) {
466
- runCMD("cd ${tempTestDir} && git clone git@github.com:go-acoustic/react-native-acoustic-connect.git -b master")
466
+ runCMD("cd ${tempTestDir} && git clone git@github.com:go-acoustic/react-native-acoustic-connect.git -b main")
467
467
  }
468
468
  }
469
469
 
@@ -561,7 +561,7 @@ def publishRelease() {
561
561
 
562
562
  // push repos
563
563
  // gitPush("${buildDir}", commitMsg, currentVersion, srcBranch, commitDesciption) - there are no changes.
564
- gitPush("${releaseDir}", commitMsg, currentVersion, "master", commitDesciption)
564
+ gitPush("${releaseDir}", commitMsg, currentVersion, "main", commitDesciption)
565
565
  }
566
566
 
567
567
  def populateSlackMessageGlobalVariables() {
package/latestChanges CHANGED
@@ -25,4 +25,3 @@ Known Issues
25
25
 
26
26
  - After iOS 13, library no longer supports iPad because of Apple changes in iPad OS.
27
27
  - Dual sim features are in beta. Example information using multiple carriers.
28
-
package/package.json CHANGED
@@ -38,5 +38,5 @@
38
38
  "verifyConnectSetup": "node scripts/verifyConnectSetup.js $INIT_CWD"
39
39
  },
40
40
  "summary": "react-native ios android tealeaf connect cxa wxca er enhanced-replay",
41
- "version": "16.0.3"
41
+ "version": "16.0.4"
42
42
  }