Bumped version number

This commit is contained in:
Yannick Mauray 2021-11-08 00:46:29 +01:00
parent 08d849f20e
commit 3e588d67aa
No known key found for this signature in database
GPG Key ID: 67C4AAC5E99CB909
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
* bump the version number in pubspec.yaml (ex: version: 1.0.5)
* push to github
* create and push version tag (ex: v1.0.5)
* create a release on GitHub
* build the tarball (`make`)
* upload the tarball to github

View File

@ -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.1.0
version: 1.1.1
environment:
sdk: ">=2.12.0 <3.0.0"