Bumped version number
This commit is contained in:
parent
08d849f20e
commit
3e588d67aa
|
@ -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
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue