Skip to content

Commit 3cd592e

Browse files
committed
Merge branch 'release0.3.1'
2 parents 7bdb743 + dbff7d3 commit 3cd592e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
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.
44

5+
### [0.3.1](https://github.com/befovy/fvm/compare/v0.3.0...v0.3.1) (2020-02-18)
6+
7+
* fix magicfile test [#1](https://github.com/befovy/fvm/issues/1) ([7bdb743](https://github.com/befovy/fvm/commit/7bdb7434c844f5289760bc8620da8dbd42dd0266))
8+
59
### [0.3.0](https://github.com/befovy/fvm/compare/v0.2.4...v0.3.0) (2019-12-20)
610

711
* add current sub command ([693e15b](https://github.com/befovy/fvm/commit/693e15b77c3d0c012b85d40280daf29fa67ad6b0))

cmd/root.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ var rootCmd = &cobra.Command{
4949
Use: "fvm",
5050
Short: "Flutter Version Management",
5151
Long: "Flutter Version Management: A cli to manage Flutter SDK versions.",
52-
Version: "0.3.0",
52+
Version: "0.3.1",
5353
}
5454

5555
// Execute executes the rootCmd

0 commit comments

Comments
 (0)