Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
leoafarias committed Apr 7, 2022
1 parent a762070 commit 83d1d5a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
## 2.3.1

- Update Flutter releases endpoint

## 2.3.0

- Implemented `fvm exec` command. Execute terminal commands with the configured Flutter/Dart SDK version in the environment.
- Use command will install configured version by default if not version is provided.

## 2.2.6

- Fixed issue with routing to older Dart SDK directory path (before 1.17.5)
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.3.0
version: 2.3.1
homepage: https://github.com/leoafarias/fvm

environment:
Expand Down
2 changes: 1 addition & 1 deletion 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 83d1d5a

Please sign in to comment.