Skip to content

Commit 6cb44b8

Browse files
committed
Incremented version number.
1 parent 304ea5c commit 6cb44b8

3 files changed

Lines changed: 10 additions & 5 deletions

File tree

.github/workflows/dart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424

2525
steps:
26-
- uses: actions/checkout@v3
26+
- uses: actions/checkout@v4
2727

2828
# Note: This workflow uses the latest stable version of the Dart SDK.
2929
# You can specify other versions if desired, see documentation here:

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2+
## 0.2.8
3+
* Updated dependencies
4+
* Requires SDK ^0.3.6, and analyzer ^7.0.0.
5+
16
## 0.2.7
27
* Updated dependencies.
38
* Added topics to `pubspec.yaml`.

pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: MergingBuilder reads several input files and writes merged output
44
to one file. StandaloneBuilder enables output to a custom folder with custom
55
output file name.
66

7-
version: 0.2.7
7+
version: 0.2.8
88

99
homepage: https://github.com/simphotonics/merging_builder
1010

@@ -36,6 +36,6 @@ dependencies:
3636
# ref: master
3737
# path: source_gen
3838
dev_dependencies:
39-
build_test: ^2.2.2
40-
lints: ^3.0.0
41-
test: ^1.25.2
39+
build_test: ^2.2.3
40+
lints: ^5.1.1
41+
test: ^1.25.14

0 commit comments

Comments
 (0)