File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -12,20 +12,20 @@ __Stable:__
12
12
[ Paket] ( https://github.com/joseluisq/paket )
13
13
14
14
``` sh
15
- paket add joseluisq/gitnow@2.11 .0
15
+ paket add joseluisq/gitnow@2.12 .0
16
16
```
17
17
18
18
[ Fisher] ( https://github.com/jorgebucaran/fisher )
19
19
20
20
21
21
``` sh
22
- fisher install joseluisq/gitnow@2.11 .0
22
+ fisher install joseluisq/gitnow@2.12 .0
23
23
```
24
24
25
25
[ Fundle] ( https://github.com/danhper/fundle )
26
26
27
27
``` 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'
29
29
```
30
30
31
31
__ Latest changes:__
Original file line number Diff line number Diff line change 1
1
# GitNow — Speed up your Git workflow. 🐠
2
2
# https://github.com/joseluisq/gitnow
3
3
4
- set -g gitnow_version 2.11 .0
4
+ set -g gitnow_version 2.12 .0
5
5
6
6
# Default global variables
7
7
set -q GITNOW_CONFIG_FILE; or set -g GITNOW_CONFIG_FILE ~/.gitnow
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " gitnow"
3
- version = " 2.11 .0"
3
+ version = " 2.12 .0"
4
4
authors = [" Jose Quintana <joseluisq.net>" ]
5
5
license = " MIT OR Apache-2.0"
6
6
description = " Speed up your Git workflow. 🐠"
You can’t perform that action at this time.
0 commit comments