From 2a9c0204f71c0c816cc60eaa5673fe83a56eba81 Mon Sep 17 00:00:00 2001 From: Gennaro Tedesco Date: Thu, 10 Mar 2022 01:20:20 +0100 Subject: [PATCH] updated version to 0.3.0 --- README.md | 4 ++++ gh-f | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 950689b..0259143 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,10 @@ shows the help page. Or watch it in action: [![asciicast](https://asciinema.org/a/EmYMmhOAn0dWAyBYrNqKk5AlR.svg)](https://asciinema.org/a/EmYMmhOAn0dWAyBYrNqKk5AlR) +or a quick replay + +![quick-demo](https://user-images.githubusercontent.com/15387611/157561174-d8bcfc81-0d12-4263-aeb9-19ba410ef40a.gif) + ``` gh f [cmd] ``` diff --git a/gh-f b/gh-f index 804b907..362761a 100755 --- a/gh-f +++ b/gh-f @@ -1,7 +1,7 @@ #!/usr/bin/env bash set -e -VERSION="gh-f 0.2.0" +VERSION="gh-f 0.3.0" ID_COLOUR="\033[36m" TEXT_COLOUR="\033[34m"