Skip to content

Commit

Permalink
2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joseluisq committed Jan 6, 2022
1 parent 14eab0c commit 9a118d9
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.9.0
paket add joseluisq/gitnow@2.10.0
```

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


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

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

```sh
fundle plugin joseluisq/gitnow --url 'git@github.com:joseluisq/gitnow.git#tags/2.9.0'
fundle plugin joseluisq/gitnow --url 'git@github.com:joseluisq/gitnow.git#tags/2.10.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.9.0
set -g gitnow_version 2.10.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.9.0"
version = "2.10.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 9a118d9

Please sign in to comment.