Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
leoafarias committed Nov 30, 2021
1 parent cc5cf75 commit b271790
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,4 @@ packages/cli/.env
.env
node_modules
test/.test_cov.dart
test/support_assets/dart_package/lib/src/version.dart
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
## NEXT
## 2.2.5-dev.1

- Clean dart command output stdout [#361](https://github.com/leoafarias/fvm/issues/361)
- Better experience when running `dart pub cache repair` [#352](https://github.com/leoafarias/fvm/issues/352)
- Dart proxy points to correct path when version is older than 1.20.0 [#348](https://github.com/leoafarias/fvm/issues/348)
- Favors equence of command cause Null check exception [#358](https://github.com/leoafarias/fvm/issues/358)
- Flavors sequence of command causes null check exception [#358](https://github.com/leoafarias/fvm/issues/358)

## 2.2.4

Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@ pub run test_cov

## Troubleshooting

1. On Windows make sure you are running as an administrator
2. If you get errors with messages `invalid kernel binary` or `invalid sdk hash` it means you activated `fvm` using `flutter pub global activate fvm`. Only activate `fvm` using `pub global activate fvm`. If you get `Command 'pub' not found`, then make sure to append `export PATH="$PATH:/usr/lib/dart/bin"` to your `~/.bashrc` (gets reiniated each time you open a bash shell) or `~/.profile` (only read at login) file.
Please view our [FAQ](https://fvm.app/docs/guides/faq)

## License

Expand Down
2 changes: 1 addition & 1 deletion 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 pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: fvm
description: A simple cli to manage Flutter SDK versions per project. Support
channels, releases, and local cache for fast switching between versions.
version: 2.2.4
version: 2.2.5-dev.1
homepage: https://github.com/leoafarias/fvm

environment:
Expand Down
2 changes: 2 additions & 0 deletions test/support_assets/flutter_app/lib/src/version.dart

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

0 comments on commit b271790

Please sign in to comment.