Skip to content

Commit 75d2357

Browse files
committed
2.9.0
1 parent 0457470 commit 75d2357

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,20 @@ __Stable:__
1212
[Paket](https://github.com/joseluisq/paket)
1313

1414
```sh
15-
paket add joseluisq/gitnow@2.8.0
15+
paket add joseluisq/gitnow@2.9.0
1616
```
1717

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

2020

2121
```sh
22-
fisher install joseluisq/gitnow@2.8.0
22+
fisher install joseluisq/gitnow@2.9.0
2323
```
2424

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

2727
```sh
28-
fundle plugin joseluisq/gitnow --url '[email protected]:joseluisq/gitnow.git#tags/2.8.0'
28+
fundle plugin joseluisq/gitnow --url '[email protected]:joseluisq/gitnow.git#tags/2.9.0'
2929
```
3030

3131
__Latest changes:__

conf.d/gitnow_config.fish

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# GitNow — Speed up your Git workflow. 🐠
22
# https://github.com/joseluisq/gitnow
33

4-
set -g gitnow_version 2.8.0
4+
set -g gitnow_version 2.9.0
55

66
if set -q __fish_config_dir
77
set -g fish_config "$__fish_config_dir"

paket.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gitnow"
3-
version = "2.5.0"
3+
version = "2.9.0"
44
authors = ["Jose Quintana <git.io/joseluisq>"]
55
license = "MIT OR Apache-2.0"
66
description = "Speed up your Git workflow. 🐠"

0 commit comments

Comments
 (0)