Skip to content

Commit

Permalink
chore: release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sigoden committed Mar 13, 2023
1 parent e207526 commit 58eab9f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "runme"
version = "0.3.0"
version = "0.4.0"
edition = "2021"
authors = ["sigoden <[email protected]>"]
description = "A shell-script based task runner"
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

A shell-script based task runner.

![demo](https://user-images.githubusercontent.com/4012553/193005194-7eac4e5e-ec35-484f-94da-45805136c943.gif)
![demo](https://user-images.githubusercontent.com/4012553/224712229-fdb08a5b-f04a-4b32-85b5-aae020f87096.gif)

## Install

Expand Down Expand Up @@ -37,8 +37,6 @@ First, run `runme --runme-create build test` to quickly create boilerplate `Runm
```sh
#!/usr/bin/env bash
set -e
# @cmd build project
# @alias b
build() {
Expand Down

0 comments on commit 58eab9f

Please sign in to comment.