Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.

Commit 576b352

Browse files
committed
prepare for 0.11.3 release
Closes https://github.com/dart-lang/markdown/issues/158
1 parent 6397442 commit 576b352

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/src/version.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
/// The current version of markdown.
2-
final String version = '0.11.3-dev';
2+
final String version = '0.11.3';

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: markdown
2-
version: 0.11.3-dev
2+
version: 0.11.3
33
author: Dart Team <[email protected]>
44
description: A library for converting markdown to HTML.
55
homepage: https://github.com/dart-lang/markdown

0 commit comments

Comments
 (0)