Skip to content

Commit 38cd366

Browse files
committed
Updated deps.
1 parent 1f65c9c commit 38cd366

3 files changed

Lines changed: 9 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 0.2.8
2+
- Updated dependencies.
3+
14
## 0.2.7
25
- Fixed link.
36

lib/quote_buffer.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/// Provides an extension on [StringBuffer] with
22
/// methods for converting objects to String literals enclosed by quotation
33
/// marks.
4-
library quote_buffer;
4+
library;
55

66
export 'src/quote.dart';

pubspec.yaml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
name: quote_buffer
22

3-
description: Extension methods for transforming
4-
objects and iterables into quoted strings and writing
5-
them to a string buffer.
3+
description: Extension methods for transforming objects and iterables into
4+
quoted strings and writing them to a string buffer.
65

7-
version: 0.2.7
6+
version: 0.2.8
87

98
homepage: https://github.com/simphotonics/quote_buffer
109

1110
environment:
1211
sdk: '^3.0.0'
1312

1413
dev_dependencies:
15-
lints: ^3.0.0
16-
test: ^1.25.2
14+
lints: ^6.0.0
15+
test: ^1.26.2

0 commit comments

Comments
 (0)