Skip to content

Commit

Permalink
Release v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pka committed Oct 3, 2024
1 parent 7680ee9 commit b7210a6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
[package]
name = "shell-compose"
version = "0.1.0"
version = "0.1.1"
readme = "README.md"
description = "Lightweight background process runner for long-running or scheduled tasks"
categories = ["command-line-utilities"]
keywords = ["shell", "command", "parallel", "task", "runner"]
authors = ["Pirmin Kalberer <[email protected]>"]
homepage = "https://github.com/pka/shell-compose"
repository = "https://github.com/pka/shell-compose"
Expand Down Expand Up @@ -54,3 +56,4 @@ targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-
install-path = "CARGO_HOME"
# Whether to install an updater program
install-updater = true

0 comments on commit b7210a6

Please sign in to comment.