Bump to 2.1.11 📦

pull/445/head 2.1.11
Jorge Bucaran 9 years ago
parent 39f39d018a
commit df94db62dd
No known key found for this signature in database
GPG Key ID: E54BA3C0E646DB30

@ -46,13 +46,13 @@ curl -Lo ~/.config/fish/functions/fisher.fish --create-dirs git.io/fisherman
With npm.
```
```sh
npm i -g fisherman
```
If you are still running 1.5 and want to upgrade to >2.0 without much hassle.
```
```sh
curl -L git.io/fisher-up-me | fish
```

@ -1,5 +1,5 @@
function fisher
set -g fisher_version "2.1.10"
set -g fisher_version "2.1.11"
set -g fisher_spinners ⠋ ⠙ ⠹ ⠸ ⠼ ⠴ ⠦ ⠧ ⠇ ⠏
function __fisher_show_spinner

@ -1,7 +1,7 @@
{
"name": "fisherman",
"description": "fish plugin manager",
"version": "2.1.10",
"version": "2.1.11",
"author": "Jorge Bucaran",
"homepage": "https://github.com/fisherman/fisherman",
"bugs": "https://github.com/fisherman/fisherman/issues",

Loading…
Cancel
Save