Drop version to 1.1.6 before publish ...it was never released
diff --git a/CHANGELOG.md b/CHANGELOG.md index 3259e41..bd426fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md
@@ -1,10 +1,6 @@ -## 1.1.7 - -* Set max SDK version to `<3.0.0`, and adjust other dependencies. - ## 1.1.6 -* Update tests to work with Dart 2.0 64 bit ints. +* Set max SDK version to `<3.0.0`, and adjust other dependencies. ## 1.1.5
diff --git a/pubspec.yaml b/pubspec.yaml index 41f826b..0e885a3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml
@@ -1,5 +1,5 @@ name: typed_data -version: 1.1.7 +version: 1.1.6 description: Utility functions and classes related to the 'dart:typed_data' library. author: Dart Team <[email protected]>