From b023250055213e3b9956fc7994dfa40347ab3bbe Mon Sep 17 00:00:00 2001 From: leoafarias Date: Thu, 25 Mar 2021 19:53:04 -0400 Subject: [PATCH] Version bump --- CHANGELOG.md | 5 +++++ README.md | 4 ++-- {docs => assets}/fvm-logo.png | Bin {docs => assets}/vs_code_versions.png | Bin 4 files changed, 7 insertions(+), 2 deletions(-) rename {docs => assets}/fvm-logo.png (100%) rename {docs => assets}/vs_code_versions.png (100%) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f5eef33..721a6b5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 1.3.8 + +- Issue on install [#242](https://github.com/leoafarias/fvm/issues/242) +- Auto linking[#207](https://github.com/leoafarias/fvm/issues/207) + ## 1.3.7 - Fix issue for delay exist after use command [#195](https://github.com/leoafarias/fvm/issues/195) diff --git a/README.md b/README.md index 69a9539f..bc12bd8b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -drawing +drawing ![GitHub stars](https://img.shields.io/github/stars/leoafarias/fvm?style=social) [![Pub Version](https://img.shields.io/pub/v/fvm?label=version&style=flat-square)](https://pub.dev/packages/fvm/changelog) @@ -219,7 +219,7 @@ Alternatively, you can specify only selected versions. The following snippet wil To change current Flutter version open a project and select `Flutter: Change SDK` in the command palette. You should see all the versions as depicted in the following screenshot. -![VS Code version selector screenshot](./docs/vs_code_versions.png?raw=true "VS Code version selector screenshot") +![VS Code version selector screenshot](./assets/vs_code_versions.png?raw=true "VS Code version selector screenshot") #### You can also add the version symlink for dynamic switch diff --git a/docs/fvm-logo.png b/assets/fvm-logo.png similarity index 100% rename from docs/fvm-logo.png rename to assets/fvm-logo.png diff --git a/docs/vs_code_versions.png b/assets/vs_code_versions.png similarity index 100% rename from docs/vs_code_versions.png rename to assets/vs_code_versions.png