diff --git a/fish_prompt.fish b/fish_prompt.fish index c4f4f99..32ee24b 100644 --- a/fish_prompt.fish +++ b/fish_prompt.fish @@ -1,7 +1,7 @@ function fish_prompt # Store the exit code of the last command set -g sf_exit_code $status - set -g SPACEFISH_VERSION 1.10.2 + set -g SPACEFISH_VERSION 1.10.3 # ------------------------------------------------------------------------------ # Configuration diff --git a/package.json b/package.json index 2ef2d4c..416a594 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "spacefish", - "version": "1.10.2", + "version": "1.10.3", "description": "A Fish Shell prompt for Astronauts", "repository": "git@github.com:matchai/spacefish.git", "author": "Matan Kushner ",