Skip to content
This repository was archived by the owner on Nov 20, 2024. It is now read-only.

Commit 1dce7fb

Browse files
authored
0.1.126 (#2353)
1 parent f06da82 commit 1dce7fb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 0.1.126-dev
1+
# 0.1.126
22

33
* fixed false negatives for `prefer_collection_literals` when a LinkedHashSet or
44
LinkedHashMap instantiation is passed as the argument to a function in any

lib/src/version.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
// BSD-style license that can be found in the LICENSE file.
44

55
/// Package version. Synchronized w/ pubspec.yaml.
6-
const String version = '0.1.126-dev';
6+
const String version = '0.1.126';

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: linter
2-
version: 0.1.126-dev
2+
version: 0.1.126
33

44
description: >-
55
The implementation of the lint rules supported by the analyzer framework.

0 commit comments

Comments
 (0)