From e58cda630e11a4b204c16178ed8a8f0ce0aa280f Mon Sep 17 00:00:00 2001 From: Elias Projahn Date: Sat, 23 May 2020 13:33:42 +0200 Subject: [PATCH] Release 1.0.0 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 9ebc4b2..988bcc6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: memor description: A simple reminder app. -version: 0.0.1 +version: 1.0.0 environment: sdk: ">=2.7.0 <3.0.0"