Skip to content

Commit

Permalink
2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joseluisq committed Aug 21, 2021
1 parent 0457470 commit 75d2357
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@ __Stable:__
[Paket](https://github.com/joseluisq/paket)

```sh
paket add joseluisq/gitnow@2.8.0
paket add joseluisq/gitnow@2.9.0
```

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


```sh
fisher install joseluisq/gitnow@2.8.0
fisher install joseluisq/gitnow@2.9.0
```

[Fundle](https://github.com/danhper/fundle)

```sh
fundle plugin joseluisq/gitnow --url '[email protected]:joseluisq/gitnow.git#tags/2.8.0'
fundle plugin joseluisq/gitnow --url '[email protected]:joseluisq/gitnow.git#tags/2.9.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
@@ -1,7 +1,7 @@
# GitNow — Speed up your Git workflow. 🐠
# https://github.com/joseluisq/gitnow

set -g gitnow_version 2.8.0
set -g gitnow_version 2.9.0

if set -q __fish_config_dir
set -g fish_config "$__fish_config_dir"
Expand Down
2 changes: 1 addition & 1 deletion paket.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gitnow"
version = "2.5.0"
version = "2.9.0"
authors = ["Jose Quintana <git.io/joseluisq>"]
license = "MIT OR Apache-2.0"
description = "Speed up your Git workflow. 🐠"
Expand Down

0 comments on commit 75d2357

Please sign in to comment.