Skip to content

Commit 05215a6

Browse files
authored
Bump version to publish 3.1.1. (#1746)
The only change in this version is allowing 3.9 as a supported language version. This was rolled into the SDK a couple of weeks ago, but not published. I figure I should publish this before rolling the supported version again to 3.10 just in case any external needs 3.9 support. I'll land this before landing #1745.
1 parent 6c4166a commit 05215a6

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-
## 3.1.1-wip
1+
## 3.1.1
22

33
* Update to latest analyzer and enable language version 3.9.
44

lib/src/cli/formatter_options.dart

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

1515
// Note: The following line of code is modified by tool/grind.dart.
16-
const dartStyleVersion = '3.1.1-wip';
16+
const dartStyleVersion = '3.1.1';
1717

1818
/// Global options parsed from the command line that affect how the formatter
1919
/// produces and uses its outputs.

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: 3.1.1-wip
3+
version: 3.1.1
44
description: >-
55
Opinionated, automatic Dart source code formatter.
66
Provides an API and a CLI tool.

0 commit comments

Comments
 (0)