We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6b10dc commit 4f93cafCopy full SHA for 4f93caf
3 files changed
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## 3.1.6-wip
+## 3.1.6
2
3
### Style changes
4
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 = '3.1.5';
+const dartStyleVersion = '3.1.6';
17
18
/// Global options parsed from the command line that affect how the formatter
19
/// produces and uses its outputs.
pubspec.yaml
@@ -1,6 +1,6 @@
name: dart_style
# Note: See tool/grind.dart for how to bump the version.
-version: 3.1.6-wip
+version: 3.1.6
description: >-
5
Opinionated, automatic Dart source code formatter.
6
Provides an API and a CLI tool.
0 commit comments