File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
src/screens/chat-screen/components/audio-recorder Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ export default ({ config }: ConfigContext): ExpoConfig => {
4
4
return {
5
5
name : 'Chatwoot' ,
6
6
slug : process . env . EXPO_PUBLIC_APP_SLUG || 'chatwoot-mobile' ,
7
- version : '4.0.20 ' ,
7
+ version : '4.1.2 ' ,
8
8
orientation : 'portrait' ,
9
9
icon : './assets/icon.png' ,
10
10
userInterfaceStyle : 'light' ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @chatwoot/mobile-app" ,
3
- "version" : " 4.0.20 " ,
3
+ "version" : " 4.1.2 " ,
4
4
"scripts" : {
5
5
"start" : " expo start --dev-client" ,
6
6
"start:production" : " expo start --no-dev --minify" ,
Original file line number Diff line number Diff line change @@ -120,7 +120,6 @@ export const AudioRecorder = ({
120
120
}
121
121
} )
122
122
. catch ( error => {
123
- . catch ( error => {
124
123
Alert . alert (
125
124
'Error preparing audio file' ,
126
125
error instanceof Error ? error . message : String ( error ) ,
You can’t perform that action at this time.
0 commit comments