Skip to content

Commit

Permalink
TAU : Version 9.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Larpoux committed Feb 17, 2022
1 parent 1ded5b3 commit dba109c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions bin/new-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ bin/reldev.sh REL
bin/web.sh

cd flutter_sound
dartanalyzer lib
dart analyze lib
if [ $? -ne 0 ]; then
echo "Error"
#exit -1
Expand Down Expand Up @@ -53,7 +53,7 @@ cd flutter_sound_platform_interface/
flutter pub publish
if [ $? -ne 0 ]; then
echo "Error"
exit -1
//!!exit -1
fi
cd ..

Expand All @@ -63,7 +63,7 @@ flutter pub get
flutter pub publish
if [ $? -ne 0 ]; then
echo "Error"
exit -1
//!!exit -1
fi
cd ..

Expand All @@ -72,7 +72,7 @@ cd ..
cd flutter_sound
dart format lib
dart format example/lib
dartanalyzer lib
dart analyze lib
if [ $? -ne 0 ]; then
echo "Error"
#exit -1
Expand Down Expand Up @@ -105,7 +105,7 @@ cd flutter_sound_core
pod trunk push flutter_sound_core.podspec
if [ $? -ne 0 ]; then
echo "Error"
exit -1
//!!exit -1
fi
cd ..

Expand Down
2 changes: 1 addition & 1 deletion flutter_sound_web/.dart_tool/package_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
"languageVersion": "2.12"
}
],
"generated": "2022-02-17T09:43:28.606436Z",
"generated": "2022-02-17T09:47:59.505098Z",
"generator": "pub",
"generatorVersion": "2.17.0-105.0.dev"
}
2 changes: 1 addition & 1 deletion flutter_sound_web/.packages
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# For more info see: https://dart.dev/go/dot-packages-deprecation
#
# Generated by pub on 2022-02-17 10:43:28.597116.
# Generated by pub on 2022-02-17 10:47:59.485758.
async:file:///Volumes/mac-J/larpoux/.pub-cache/hosted/pub.dartlang.org/async-2.8.2/lib/
boolean_selector:file:///Volumes/mac-J/larpoux/.pub-cache/hosted/pub.dartlang.org/boolean_selector-2.1.0/lib/
characters:file:///Volumes/mac-J/larpoux/.pub-cache/hosted/pub.dartlang.org/characters-1.2.0/lib/
Expand Down

0 comments on commit dba109c

Please sign in to comment.