From 38739d1e2b8877abcd9659739bbe414c71a5e3c1 Mon Sep 17 00:00:00 2001 From: Lucas Alves Date: Tue, 7 Apr 2020 00:01:43 -0300 Subject: [PATCH] Updates the current package version --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e796f6c..8574f88 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ A [community material design icon](https://materialdesignicons.com) as set of Fl In the `dependencies:` section of your `pubspec.yaml`, add the following line: ```yaml - community_material_icon: 3.7.95 + community_material_icon: ^3.5.95 ``` ## Usage @@ -23,4 +23,4 @@ class MyWidget extends StatelessWidget { ); } } -``` \ No newline at end of file +```