version and changelog

This commit is contained in:
Niels Gorter 2022-11-02 10:51:03 +01:00
parent 1fde81fd2c
commit 6cb1928d94
3 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
## 2.0.1
* Fixed email regex
## 2.0.0
* add forgot password validation on button press

View file

@ -61,7 +61,7 @@ packages:
path: ".."
relative: true
source: path
version: "2.0.0"
version: "2.0.1"
flutter_test:
dependency: "direct dev"
description: flutter

View file

@ -1,6 +1,6 @@
name: flutter_login
description: A new Flutter package project.
version: 2.0.0
version: 2.0.1
environment:
sdk: ">=2.18.1 <3.0.0"