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

Commit 576b352

Browse files
committed
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

+1-1
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

+1-1
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 <misc@dartlang.org>
44
description: A library for converting markdown to HTML.
55
homepage: https://github.com/dart-lang/markdown

0 commit comments

Comments
 (0)