Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
frozzare committed Jan 11, 2022
1 parent 1fbeeb2 commit ca5183e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.0.5

- Migrate to null-safety, see [#8](https://github.com/personnummer/dart/pull/8)

## 3.0.4

- Fixed whitespace separator issue, see [personnummer/meta#41](https://github.com/personnummer/meta/issues/41)
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: personnummer
version: 3.0.4
version: 3.0.5
description: Validate Swedish personal identity numbers with Dart and Flutter.
homepage: https://github.com/personnummer/dart

environment:
sdk: ">=2.12.0 <3.0.0"
sdk: '>=2.12.0 <3.0.0'

dev_dependencies:
test: ^1.17.12
test: ^1.20.1

0 comments on commit ca5183e

Please sign in to comment.