Skip to content

Commit

Permalink
2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joseluisq committed Dec 18, 2020
1 parent 284970e commit 8a79c3d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# GitNow [![Build Status](https://travis-ci.org/joseluisq/gitnow.svg?branch=master)](https://travis-ci.org/joseluisq/gitnow) [![Releases](https://img.shields.io/github/release/joseluisq/gitnow.svg?label=latest)](https://github.com/joseluisq/gitnow/releases)
# GitNow [![Build Status](https://travis-ci.com/joseluisq/gitnow.svg?branch=master)](https://travis-ci.com/joseluisq/gitnow) [![Releases](https://img.shields.io/github/release/joseluisq/gitnow.svg?label=latest)](https://github.com/joseluisq/gitnow/releases)

> Speed up your Git workflow. 🐠
Expand All @@ -11,14 +11,14 @@ __Stable:__
[Paket](https://github.com/joseluisq/paket)

```sh
paket add joseluisq/gitnow@2.5.1
paket add joseluisq/gitnow@2.6.0
```

[Fisher](https://github.com/jorgebucaran/fisher)


```sh
fisher install joseluisq/gitnow@2.5.1
fisher install joseluisq/gitnow@2.6.0
```

__Latest changes:__
Expand Down
2 changes: 1 addition & 1 deletion conf.d/gitnow_config.fish
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ set -q fish_functions; or set -g fish_functions "$fish_config/functions"
set -q fish_completions; or set -g fish_completions "$fish_config/completions"
set -q GITNOW_CONFIG_FILE; or set -g GITNOW_CONFIG_FILE ~/.gitnow

set -g gitnow_version 2.5.1
set -g gitnow_version 2.6.0

source "$fish_functions/__gitnow_functions.fish"
source "$fish_functions/__gitnow_manual.fish"
Expand Down

0 comments on commit 8a79c3d

Please sign in to comment.