Skip to content

Commit 826db72

Browse files
committed
Bump version
1 parent 76abb47 commit 826db72

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.1.6
2+
3+
* Cleaned up code a bit, no API changes.
4+
15
## 0.1.5
26

37
* Cleaned up code a bit, no API changes.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Add this to your package's `pubspec.yaml` file:
1212

1313
```yaml
1414
dependencies:
15-
email_validator: '^0.1.4'
15+
email_validator: '^0.1.6'
1616
```
1717
1818
#### 2. Install it

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: email_validator
2-
version: 0.1.5
2+
version: 0.1.6
33

44
authors:
55
- Fredrik Eilertsen <[email protected]>

0 commit comments

Comments
 (0)