diff --git a/Cargo.lock b/Cargo.lock index 20b6259..15e258b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1171,7 +1171,7 @@ checksum = "915a1e146535de9163f3987b8944ed8cf49a18bb0056bcebcdcece385cece4ff" [[package]] name = "pitchfork-cli" -version = "0.1.4" +version = "0.1.5" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index 77d88e8..4f99db6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "pitchfork-cli" description = "Daemons with DX" license = "MIT" -version = "0.1.4" +version = "0.1.5" edition = "2021" homepage = "https://pitchfork.jdx.dev" repository = "https://github.com/jdx/pitchfork" diff --git a/docs/cli/commands.json b/docs/cli/commands.json index f00fb84..8a0247e 100644 --- a/docs/cli/commands.json +++ b/docs/cli/commands.json @@ -727,7 +727,7 @@ "config": { "props": {} }, - "version": "0.1.4", + "version": "0.1.5", "usage": "Usage: pitchfork ", "complete": { "id": { diff --git a/docs/cli/index.md b/docs/cli/index.md index 5b4c0fd..010d513 100644 --- a/docs/cli/index.md +++ b/docs/cli/index.md @@ -2,7 +2,7 @@ **Usage**: `pitchfork ` -**Version**: 0.1.4 +**Version**: 0.1.5 - **Usage**: `pitchfork ` diff --git a/pitchfork.usage.kdl b/pitchfork.usage.kdl index 76a78d9..900cfb4 100644 --- a/pitchfork.usage.kdl +++ b/pitchfork.usage.kdl @@ -1,6 +1,6 @@ name "pitchfork" bin "pitchfork" -version "0.1.4" +version "0.1.5" about "Daemons with DX" usage "Usage: pitchfork " cmd "activate" help="Activate pitchfork in your shell session" {