Skip to content

Commit e215026

Browse files
authored
prepare for v4.1.0 (#331)
1 parent 558714a commit e215026

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/dart.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Created with package:mono_repo v4.1.0-dev
1+
# Created with package:mono_repo v4.1.0
22
name: Dart CI
33
on:
44
push:

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Created with package:mono_repo v4.1.0-dev
1+
# Created with package:mono_repo v4.1.0
22
language: dart
33

44
jobs:

mono_repo/CHANGELOG.md

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

33
- Improve the stability of ordering in Github workflow definitions.
44
- Use latest `actions/[email protected]`.

mono_repo/lib/src/version.dart

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mono_repo/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: mono_repo
22
description: >-
33
CLI tools to make it easier to manage a single source repository containing
44
multiple Dart packages.
5-
version: 4.1.0-dev
5+
version: 4.1.0
66
repository: https://github.com/google/mono_repo.dart
77

88
environment:

tool/ci.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# Created with package:mono_repo v4.1.0-dev
2+
# Created with package:mono_repo v4.1.0
33

44
# Support built in commands on windows out of the box.
55
# When it is a flutter repo (check the pubspec.yaml for "sdk: flutter")

0 commit comments

Comments
 (0)