Skip to content

Commit 4f9681d

Browse files
authored
Get ready to publish 2.3.1. (#1214)
This is what's shipping in the next stable SDK, so we should get a version out for people using it as a library too.
1 parent e7ce3a2 commit 4f9681d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

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

33
* Hide `--fix` and related options in `--help`. The options are still there and
44
supported, but are no longer shown by default. Eventually, we would like all

lib/src/cli/formatter_options.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import 'show.dart';
1111
import 'summary.dart';
1212

1313
// Note: The following line of code is modified by tool/grind.dart.
14-
const dartStyleVersion = '2.3.0';
14+
const dartStyleVersion = '2.3.1';
1515

1616
/// Global options that affect how the formatter produces and uses its outputs.
1717
class FormatterOptions {

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: dart_style
22
# Note: See tool/grind.dart for how to bump the version.
3-
version: 2.3.1-dev
3+
version: 2.3.1
44
description: >-
55
Opinionated, automatic Dart source code formatter.
66
Provides an API and a CLI tool.

0 commit comments

Comments
 (0)