Skip to content

Commit

Permalink
chore: bump to 2.9.1+20901004
Browse files Browse the repository at this point in the history
  • Loading branch information
evan361425 committed Jul 9, 2024
1 parent 24b0334 commit 1e8192f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ bump: ## Bump beta version
code=$$(($$code + 1)); \
sed -i.bk '5s/version: ............../version: '$$version+$$code'/' pubspec.yaml; \
rm pubspec.yaml.bk; \
git add pubspec.yaml; \
git commit -m "chore: bump to $$version+$$code"; \
git tag "$$version"; \
git push --follow-tags
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: possystem
description: POS system by Flutter
publish_to: "none"
homepage: https://github.com/evan361425/flutter-pos-system
version: 2.9.1+20901003
version: 2.9.1+20901004

environment:
flutter: ">=3.22.0 <3.23.0"
Expand Down

0 comments on commit 1e8192f

Please sign in to comment.