Publish new version of source_maps with extra strong mode fixes
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4872d79..fe88e6d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 0.10.1+2
+
+* Fix more strong mode warnings.
+
 ## 0.10.1+1
 
 * Fix all strong mode warnings.
diff --git a/pubspec.yaml b/pubspec.yaml
index e8dd794..0aea12b 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: source_maps
-version: 0.10.1+1
+version: 0.10.1+2
 author: Dart Team <misc@dartlang.org>
 description: Library to programmatically manipulate source map files.
 homepage: http://github.com/dart-lang/source_maps