diff --git a/README.md b/README.md index b3652bd..ba823c3 100644 --- a/README.md +++ b/README.md @@ -12,20 +12,20 @@ __Stable:__ [Paket](https://github.com/joseluisq/paket) ```sh -paket add joseluisq/gitnow@2.11.0 +paket add joseluisq/gitnow@2.12.0 ``` [Fisher](https://github.com/jorgebucaran/fisher) ```sh -fisher install joseluisq/gitnow@2.11.0 +fisher install joseluisq/gitnow@2.12.0 ``` [Fundle](https://github.com/danhper/fundle) ```sh -fundle plugin joseluisq/gitnow --url 'git@github.com:joseluisq/gitnow.git#tags/2.11.0' +fundle plugin joseluisq/gitnow --url 'git@github.com:joseluisq/gitnow.git#tags/2.12.0' ``` __Latest changes:__ diff --git a/conf.d/gitnow.fish b/conf.d/gitnow.fish index 9f0b78f..34690f8 100644 --- a/conf.d/gitnow.fish +++ b/conf.d/gitnow.fish @@ -1,7 +1,7 @@ # GitNow — Speed up your Git workflow. 🐠 # https://github.com/joseluisq/gitnow -set -g gitnow_version 2.11.0 +set -g gitnow_version 2.12.0 # Default global variables set -q GITNOW_CONFIG_FILE; or set -g GITNOW_CONFIG_FILE ~/.gitnow diff --git a/paket.toml b/paket.toml index 242310c..c7d9378 100644 --- a/paket.toml +++ b/paket.toml @@ -1,6 +1,6 @@ [package] name = "gitnow" -version = "2.11.0" +version = "2.12.0" authors = ["Jose Quintana "] license = "MIT OR Apache-2.0" description = "Speed up your Git workflow. 🐠"