chore: Bump version

This commit is contained in:
Christian Pauly 2022-04-23 18:08:30 +02:00
commit 3e27660e5b
3 changed files with 56 additions and 5 deletions

View file

@ -5,8 +5,8 @@ flutter pub get
cd ios
rm -rf Pods
rm Podfile.lock
pod install
pod update
arch -x86_64 pod install
arch -x86_64 pod update
cd ..
flutter build ios --release
cd ios