Skip to content

Commit 9561ba0

Browse files
authored
prepare to release 0.11.4 (flutter#72)
1 parent c25deb4 commit 9561ba0

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.11.4-dev
1+
## 0.11.4
22

33
* Add top level `defaultLevel`.
44
* Require Dart `>=2.0.0`.

pubspec.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
name: logging
2-
version: 0.11.4-dev
2+
version: 0.11.4
33

44
description: >-
55
Provides APIs for debugging and error logging. This library introduces
66
abstractions similar to those used in other languages, such as the Closure
77
JS Logger and java.util.logging.Logger.
8-
author: Dart Team <[email protected]>
98
homepage: https://github.com/dart-lang/logging
109

1110
environment:

0 commit comments

Comments
 (0)