| commit | 2d1553172c8f343cf8471388fb05143ed38add1a | [log] [tgz] |
|---|---|---|
| author | Jacob MacDonald <[email protected]> | Thu Jul 09 14:51:07 2020 |
| committer | GitHub <[email protected]> | Thu Jul 09 14:51:07 2020 |
| tree | 5e0af6a175ffaa8e457a686a8cd4c1f12de8e62f | |
| parent | 91a2bb2307aaab732d10ce3b960761ea9c7365a7 [diff] |
rename version to -nullsafety (#33)
diff --git a/CHANGELOG.md b/CHANGELOG.md index a35d3c1..549b1dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md
@@ -1,4 +1,4 @@ -## 1.3.0-nnbd +## 1.3.0-nullsafety * Migrate to NNBD
diff --git a/pubspec.yaml b/pubspec.yaml index 53ba24c..dd4b772 100644 --- a/pubspec.yaml +++ b/pubspec.yaml
@@ -1,5 +1,5 @@ name: typed_data -version: 1.3.0-nnbd +version: 1.3.0-nullsafety description: >- Utility functions and classes related to the dart:typed_data library.