Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
leoafarias committed Aug 16, 2020
1 parent 4237bf5 commit f7bff27
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 1.2.0

- Use command now shows installed version if no 'version' is passed.
- Improved exception message handling

## 1.1.9

- Improvements on flutter channels parsing
Expand Down
1 change: 1 addition & 0 deletions lib/flutter/flutter_helpers.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import 'flutter_releases.dart';
import 'flutter_tools.dart';

/// Returns true if it's a valid Flutter version number
// TODO: Make sure this is called only on command input
Future<String> inferFlutterVersion(String version) async {
final releases = await getReleases();

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,6 +1,6 @@
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: 1.1.9
version: 1.2.0
homepage: https://github.com/leoafarias/fvm

environment:
Expand Down

0 comments on commit f7bff27

Please sign in to comment.