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

Commit 63ecb30

Browse files
committed
Bump to 0.11.1
1 parent 9cfcab1 commit 63ecb30

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.11.1-dev
1+
## 0.11.1
22

33
* Added version information:
44
* `dart bin/markdown.dart --version` now shows the package version number.

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.1-dev';
2+
final String version = '0.11.1';

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: markdown
2-
version: 0.11.1-dev
2+
version: 0.11.1
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)