Bump to 2.1.11 📦

This commit is contained in:
Jorge Bucaran 2016-04-27 01:22:53 +09:00
parent 39f39d018a
commit df94db62dd
No known key found for this signature in database
GPG key ID: E54BA3C0E646DB30
3 changed files with 4 additions and 4 deletions

View file

@ -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
```

View file

@ -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

View file

@ -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",