Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
leoafarias committed Jul 2, 2020
1 parent 1198c1a commit 938d3f0
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 11 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@ coverage/lcov.info

# FVM during tests
.fvm
.vscode/settings.json
9 changes: 0 additions & 9 deletions .vscode/settings.json

This file was deleted.

4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.0.3

- Fixes issue with stdin on Flutter commands.

## 1.0.2

- Indicates channels on `fvm releases` command.
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.0.2
version: 1.0.3
homepage: https://github.com/leoafarias/fvm

environment:
Expand Down

0 comments on commit 938d3f0

Please sign in to comment.