Skip to content

Commit

Permalink
Docs and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
leoafarias committed May 1, 2021
1 parent 1e9b924 commit 70fecda
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 2.0.0-dev.9
## 2.0.0

- Feature: Environments - Set Flutter sdk versions per project environment.
- Feature: Doctor - Easily view the Flutter version configure for the project and configuration state
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,7 +1,7 @@
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: 2.0.0-dev.9
version: 2.0.0
homepage: https://github.com/leoafarias/fvm

environment:
Expand Down
7 changes: 4 additions & 3 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
/** @type {import('@docusaurus/types').DocusaurusConfig} */
module.exports = {
title: 'Flutter Version Management (fvm)',
title: 'Flutter Version Management',
tagline: 'A simple CLI to manage Flutter SDK versions.',
url: 'https://fvm.app',
baseUrl: '/',
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',
favicon: 'img/favicon.ico',
organizationName: 'leoafarias', // Usually your GitHub org/user name.
projectName: 'fvm', // Usually your repo name.
projectName: 'FVM', // Usually your repo name.
themeConfig: {
image:'img/share-image.png',
sidebarCollapsible: false,
navbar: {
title: 'fvm',
title: 'FVM',
logo: {
alt: 'FVM Logo',
src: 'img/logo.svg',
Expand Down
Binary file added website/static/img/share-image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 70fecda

Please sign in to comment.