Skip to content

Commit

Permalink
skip: Configurations change
Browse files Browse the repository at this point in the history
  • Loading branch information
leoafarias committed Mar 5, 2019
1 parent d4bba79 commit f01ab8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "fvm",
"version": "0.2.4",
"version": "0.2.8",
"description": "Flutter Version Management: A simple cli to manage Flutter SDK versions.",
"main": "index.js",
"scripts": {
Expand All @@ -25,6 +25,6 @@
"goBinary": {
"name": "fvm-cli",
"path": "./bin",
"url": "https://github.com/leoafarias/fvm/releases/download/v{{version}}/fvm{{version}}_{{platform}}_{{arch}}.tar.gz"
"url": "https://github.com/leoafarias/fvm/releases/download/v{{version}}/fvm_{{version}}_{{platform}}_{{arch}}.tar.gz"
}
}

0 comments on commit f01ab8d

Please sign in to comment.