Skip to content

Commit

Permalink
chore: release fvm 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
befovy committed Apr 25, 2020
1 parent 721b511 commit ea64049
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

---

## [0.6.0](https://github.com/befovy/fvm/compare/v0.5.0...v0.6.0) (2020-04-25)

* remove fvmbin and .fvmbin ([721b511](https://github.com/befovy/fvm/commit/721b511e071e38033e22a0193d3cef15d8e88259))

## [0.5.0](https://github.com/befovy/fvm/compare/v0.4.0...v0.5.0) (2020-04-24)

* link flutter dir to fvmhome/current ([98b9df8](https://github.com/befovy/fvm/commit/98b9df8a6b986a8a871ecb56da3369bc4d53ad0a))
Expand Down
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ var rootCmd = &cobra.Command{
Use: "fvm",
Short: "Flutter Version Management",
Long: "Flutter Version Management: A cli to manage Flutter SDK versions.",
Version: "0.5.0",
Version: "0.6.0",
}

// Execute executes the rootCmd
Expand Down

0 comments on commit ea64049

Please sign in to comment.