Flutter pub: Change version
This commit is contained in:
parent
5d828d720b
commit
f20ca33a99
3 changed files with 6 additions and 5 deletions
|
|
@ -1,3 +1,3 @@
|
|||
## 0.0.1
|
||||
## 0.0.1-alpha.1
|
||||
|
||||
* TODO: Describe initial release.
|
||||
* Initial release with most of the basic features for a sender app. iOS and Android support.
|
||||
|
|
|
|||
|
|
@ -68,7 +68,7 @@ packages:
|
|||
path: ".."
|
||||
relative: true
|
||||
source: path
|
||||
version: "0.0.1"
|
||||
version: "0.0.1-alpha.1"
|
||||
flutter_svg:
|
||||
dependency: transitive
|
||||
description:
|
||||
|
|
|
|||
|
|
@ -1,11 +1,12 @@
|
|||
name: flutter_cast_framework
|
||||
description: A new flutter plugin project.
|
||||
version: 0.0.1
|
||||
description: A plugin to interact with Chromecast.
|
||||
version: 0.0.1-alpha.1
|
||||
homepage: https://github.com/gianlucaparadise/flutter_cast_framework
|
||||
documentation: https://gianlucaparadise.github.io/flutter_cast_framework/api/
|
||||
|
||||
environment:
|
||||
sdk: ">=2.12.0 <3.0.0"
|
||||
flutter: ">=1.10.0"
|
||||
|
||||
dependencies:
|
||||
flutter:
|
||||
|
|
|
|||
Loading…
Reference in a new issue