Skip to content

Commit

Permalink
chore: 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Cavallando committed Nov 1, 2023
1 parent d36d85e commit ac0a81c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -93,5 +93,5 @@ dependencies {
implementation "com.facebook.react:react-native:+"
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation 'com.google.android.material:material:1.4.0'
implementation "com.commandbar.android:commandbar:1.0.5"
implementation "com.commandbar.android:commandbar:1.0.6"
}
10 changes: 5 additions & 5 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PODS:
- boost (1.76.0)
- CocoaAsyncSocket (7.6.5)
- CommandBarIOS (1.0.9)
- CommandBarIOS (1.0.10)
- DoubleConversion (1.1.6)
- FBLazyVector (0.72.6)
- FBReactNativeSpec (0.72.6):
Expand Down Expand Up @@ -376,8 +376,8 @@ PODS:
- React-jsinspector (0.72.6)
- React-logger (0.72.6):
- glog
- react-native-commandbar (1.0.0):
- CommandBarIOS (= 1.0.9)
- react-native-commandbar (1.0.1):
- CommandBarIOS (= 1.0.10)
- RCT-Folly (= 2021.07.22.00)
- React-Core
- React-NativeModulesApple (0.72.6):
Expand Down Expand Up @@ -665,7 +665,7 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
boost: 57d2868c099736d80fcd648bf211b4431e51a558
CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
CommandBarIOS: dc311abcc82760ac92fd349e56dabf5e4f984e47
CommandBarIOS: c1a23c99189904541272206b66593ed9008c0d25
DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54
FBLazyVector: 748c0ef74f2bf4b36cfcccf37916806940a64c32
FBReactNativeSpec: 966f29e4e697de53a3b366355e8f57375c856ad9
Expand Down Expand Up @@ -697,7 +697,7 @@ SPEC CHECKSUMS:
React-jsiexecutor: 3bf18ff7cb03cd8dfdce08fbbc0d15058c1d71ae
React-jsinspector: 194e32c6aab382d88713ad3dd0025c5f5c4ee072
React-logger: cebf22b6cf43434e471dc561e5911b40ac01d289
react-native-commandbar: 7e9eb6ca634fd19bcca5cc98ec954715f812cf3c
react-native-commandbar: d89f11f54c7b37a6da6bcc853cd716dd78e0510b
React-NativeModulesApple: 02e35e9a51e10c6422f04f5e4076a7c02243fff2
React-perflogger: e3596db7e753f51766bceadc061936ef1472edc3
React-RCTActionSheet: 17ab132c748b4471012abbcdcf5befe860660485
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": "@commandbar/react-native",
"version": "1.0.0",
"version": "1.0.1",
"description": "Copilot & HelpHub in React Native",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down
2 changes: 1 addition & 1 deletion react-native-commandbar.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |s|

s.source_files = "ios/**/*.{h,m,mm,swift}"

s.dependency 'CommandBarIOS', '= 1.0.9'
s.dependency 'CommandBarIOS', '= 1.0.10'

# Use install_modules_dependencies helper to install the dependencies if React Native version >=0.71.0.
# See https://github.com/facebook/react-native/blob/febf6b7f33fdb4904669f99d795eba4c0f95d7bf/scripts/cocoapods/new_architecture.rb#L79.
Expand Down

0 comments on commit ac0a81c

Please sign in to comment.