Skip to content

Commit

Permalink
prepare for v4.1.0 (#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo authored Jun 4, 2021
1 parent 558714a commit e215026
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dart.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Created with package:mono_repo v4.1.0-dev
# Created with package:mono_repo v4.1.0
name: Dart CI
on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Created with package:mono_repo v4.1.0-dev
# Created with package:mono_repo v4.1.0
language: dart

jobs:
Expand Down
2 changes: 1 addition & 1 deletion mono_repo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 4.1.0-dev
## 4.1.0

- Improve the stability of ordering in Github workflow definitions.
- Use latest `actions/[email protected]`.
Expand Down
2 changes: 1 addition & 1 deletion mono_repo/lib/src/version.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion mono_repo/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: mono_repo
description: >-
CLI tools to make it easier to manage a single source repository containing
multiple Dart packages.
version: 4.1.0-dev
version: 4.1.0
repository: https://github.com/google/mono_repo.dart

environment:
Expand Down
2 changes: 1 addition & 1 deletion tool/ci.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# Created with package:mono_repo v4.1.0-dev
# Created with package:mono_repo v4.1.0

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

0 comments on commit e215026

Please sign in to comment.