From 576b352299d4371fadad52d130e946acf21b9025 Mon Sep 17 00:00:00 2001 From: Kevin Moore Date: Wed, 5 Apr 2017 17:11:02 -0700 Subject: [PATCH] prepare for 0.11.3 release Closes https://github.com/dart-lang/markdown/issues/158 --- lib/src/version.dart | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/src/version.dart b/lib/src/version.dart index 59ed8c51..98092c47 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1,2 +1,2 @@ /// The current version of markdown. -final String version = '0.11.3-dev'; +final String version = '0.11.3'; diff --git a/pubspec.yaml b/pubspec.yaml index 3dcc61d0..fec5e694 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: markdown -version: 0.11.3-dev +version: 0.11.3 author: Dart Team description: A library for converting markdown to HTML. homepage: https://github.com/dart-lang/markdown