diff --git a/update.sh b/update.sh index 51f63e3a..2b497d8f 100644 --- a/update.sh +++ b/update.sh @@ -1,9 +1,5 @@ #!/bin/bash -# Update the project version - -python3 scripts/upstream.py - # Read the version from pubspec.yaml version=$(grep version pubspec.yaml | awk -F'[ +]' '{print $2}' | tr -d "'")