From f20ca33a99565a9bab9f376d00e57626ac7dae4c Mon Sep 17 00:00:00 2001 From: gianlucaparadise Date: Sun, 31 Jul 2022 16:51:43 +0200 Subject: [PATCH] Flutter pub: Change version --- CHANGELOG.md | 4 ++-- example/pubspec.lock | 2 +- pubspec.yaml | 5 +++-- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41cc7d8..510a4f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/example/pubspec.lock b/example/pubspec.lock index a2ee27d..0fcadc1 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -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: diff --git a/pubspec.yaml b/pubspec.yaml index 2673656..e2a5d80 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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: