diff --git a/Cargo.lock b/Cargo.lock index 0c73d35..8cb995a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -594,7 +594,7 @@ dependencies = [ [[package]] name = "runme" -version = "0.1.0" +version = "0.2.0" dependencies = [ "anyhow", "argc", diff --git a/Cargo.toml b/Cargo.toml index 5988b24..005460d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "runme" -version = "0.1.0" +version = "0.2.0" edition = "2021" authors = ["sigoden "] description = "A cli task runner" diff --git a/README.md b/README.md index 0e5be2b..9d1ce47 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ A cli task runner. -![demo](https://user-images.githubusercontent.com/4012553/193002743-1b3adc69-d00f-46af-9f64-b80f8648d690.gif) +![demo](https://user-images.githubusercontent.com/4012553/193005194-7eac4e5e-ec35-484f-94da-45805136c943.gif) - [runme](#runme) - [Install](#install)