Skip to content

Commit 91bda1d

Browse files
committed
2.12.0
1 parent 8349d27 commit 91bda1d

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.11.0
15+
paket add joseluisq/gitnow@2.12.0
1616
```
1717

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

2020

2121
```sh
22-
fisher install joseluisq/gitnow@2.11.0
22+
fisher install joseluisq/gitnow@2.12.0
2323
```
2424

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

2727
```sh
28-
fundle plugin joseluisq/gitnow --url 'git@github.com:joseluisq/gitnow.git#tags/2.11.0'
28+
fundle plugin joseluisq/gitnow --url 'git@github.com:joseluisq/gitnow.git#tags/2.12.0'
2929
```
3030

3131
__Latest changes:__

conf.d/gitnow.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.11.0
4+
set -g gitnow_version 2.12.0
55

66
# Default global variables
77
set -q GITNOW_CONFIG_FILE; or set -g GITNOW_CONFIG_FILE ~/.gitnow

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.11.0"
3+
version = "2.12.0"
44
authors = ["Jose Quintana <joseluisq.net>"]
55
license = "MIT OR Apache-2.0"
66
description = "Speed up your Git workflow. 🐠"

0 commit comments

Comments
 (0)