diff --git a/README.md b/README.md index 4a069de..45eebbb 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ With [Fisher](https://github.com/jorgebucaran/fisherman): __Stable:__ ```sh -fisher add joseluisq/gitnow@2.1.1 +fisher add joseluisq/gitnow@2.2.0 ``` _**Note:** Replace the number above with your preferred release._ diff --git a/conf.d/gitnow_config.fish b/conf.d/gitnow_config.fish index 0dff4ca..f7dcdc4 100644 --- a/conf.d/gitnow_config.fish +++ b/conf.d/gitnow_config.fish @@ -7,7 +7,7 @@ set -q fish_snippets; or set -g fish_snippets "$fish_config/conf.d" set -q fish_functions; or set -g fish_functions "$fish_config/functions" set -q GITNOW_CONFIG_FILE; or set -g GITNOW_CONFIG_FILE ~/.gitnow -set -g gitnow_version 2.1.1 +set -g gitnow_version 2.2.0 source "$fish_functions/__gitnow_functions.fish" source "$fish_functions/__gitnow_manual.fish"