We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7adb2db commit d7b7353Copy full SHA for d7b7353
lib/src/cli/formatter_options.dart
@@ -13,7 +13,7 @@ import 'show.dart';
13
import 'summary.dart';
14
15
// Note: The following line of code is modified by tool/grind.dart.
16
-const dartStyleVersion = '2.2.1';
+const dartStyleVersion = '2.2.2';
17
18
/// Global options that affect how the formatter produces and uses its outputs.
19
class FormatterOptions {
pubspec.yaml
@@ -1,6 +1,6 @@
1
name: dart_style
2
# Note: See tool/grind.dart for how to bump the version.
3
-version: 2.2.2-dev
+version: 2.2.2
4
description: >-
5
Opinionated, automatic Dart source code formatter.
6
Provides an API and a CLI tool.
0 commit comments