diff --git a/bumpversion.sh b/bumpversion.sh index 058ba2c5..6e0704a5 100755 --- a/bumpversion.sh +++ b/bumpversion.sh @@ -27,5 +27,5 @@ fi # Commit and tag this change. version=`grep 'version: ' "$PUBDIR/pubspec.yaml" | sed 's/version: //'` echo "$version" > "$PUBDIR/version.txt" -git commit -m "Bump version to $version" "$PUBDIR/pubspec.yaml" +git commit -m "Bump version to $version" "$PUBDIR/pubspec.yaml" "$PUBDIR/version.txt" git tag "$version" diff --git a/pubspec.yaml b/pubspec.yaml index 7e34166c..726d3b27 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 1.0.1+4 +version: 1.0.1+5 environment: sdk: ">=2.7.0 <3.0.0" diff --git a/version.txt b/version.txt index 1c1c4cdf..07765971 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.0.1+4 +1.0.1+5