From 7cfad0ef5024981a733b85b1a99abb012607070a Mon Sep 17 00:00:00 2001 From: "Vasconcelos.dev" Date: Sat, 13 Jul 2024 09:32:45 -0300 Subject: [PATCH] docs: version in readme fix --- README.md | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 717b332..2fc1a7c 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Adicione o `ValueNotifierPlus` ao seu arquivo `pubspec.yaml`: ```yaml dependencies: - value_notifier_plus: x.x.x + value_notifier_plus: ^x.x.x ``` ## O que é o `ValueNotifierPlus` diff --git a/pubspec.yaml b/pubspec.yaml index 8b27071..5e1d8d3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: value_notifier_plus description: ValueNotifierPlus é um pacote que expande as funcionalidades de ValueNotifier do Flutter. -version: 0.3.0+3 +version: 0.3.0+4 repository: https://github.com/Flutterando/value_notifier_plus topics: - reactive-programming