From 73a036ab31b81ccad2c2c55fc0ee0a5fbc905977 Mon Sep 17 00:00:00 2001 From: Honza Bittner Date: Sun, 27 Oct 2019 20:45:11 +0100 Subject: [PATCH] Fix package version --- pubspec.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 6c812f3..fe125ad 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,8 +1,9 @@ name: effective_dart -version: 1.0.0 description: This package provides the lints according to the Effective Dart guide. +version: 1.0.1 author: Honza Bittner -homepage: https://github.com/tenhobi/effective_dart +repository: https://github.com/tenhobi/effective_dart +issue_tracker: https://github.com/tenhobi/effective_dart/issues environment: - sdk: ">=2.1.1-dev.0.0 <3.0.0" + sdk: ">=2.0.0 <3.0.0"