Bump to 0.11.2-dev
diff --git a/pkgs/markdown/CHANGELOG.md b/pkgs/markdown/CHANGELOG.md index d0a92aa..b8929c4 100644 --- a/pkgs/markdown/CHANGELOG.md +++ b/pkgs/markdown/CHANGELOG.md
@@ -1,3 +1,7 @@ +## 0.11.2-dev + +* Fix reference code links inside blockquotes. + ## 0.11.1 * Added version information:
diff --git a/pkgs/markdown/pubspec.yaml b/pkgs/markdown/pubspec.yaml index a195493..5b1d587 100644 --- a/pkgs/markdown/pubspec.yaml +++ b/pkgs/markdown/pubspec.yaml
@@ -1,5 +1,5 @@ name: markdown -version: 0.11.1 +version: 0.11.2-dev author: Dart Team <misc@dartlang.org> description: A library for converting markdown to HTML. homepage: https://github.com/dart-lang/markdown