Skip to content

Commit

Permalink
Bump version to 1.0.1+5
Browse files Browse the repository at this point in the history
  • Loading branch information
tcrasset committed Dec 11, 2020
1 parent 7a3106b commit b5d2a64
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bumpversion.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.1+4
1.0.1+5

0 comments on commit b5d2a64

Please sign in to comment.