diff --git a/examples/rust/Cargo.lock b/examples/rust/Cargo.lock index 7fdf969..38faa41 100644 --- a/examples/rust/Cargo.lock +++ b/examples/rust/Cargo.lock @@ -220,7 +220,7 @@ checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682" [[package]] name = "kitup" -version = "0.1.2" +version = "0.1.3" dependencies = [ "serde", "serde_json", diff --git a/go-cobra/go.mod b/go-cobra/go.mod index e1de685..e5e8257 100644 --- a/go-cobra/go.mod +++ b/go-cobra/go.mod @@ -3,7 +3,7 @@ module github.com/lathe-cli/kitup/go-cobra go 1.23 require ( - github.com/lathe-cli/kitup/go v0.1.2 + github.com/lathe-cli/kitup/go v0.1.3 github.com/spf13/cobra v1.9.1 ) diff --git a/python/pyproject.toml b/python/pyproject.toml index 41e8b3d..ddc9713 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "kitup-sdk" -version = "0.1.2" +version = "0.1.3" description = "Shared installer SDK for bundled Agent Skills." readme = "README.md" requires-python = ">=3.10" diff --git a/rust/Cargo.lock b/rust/Cargo.lock index f8d8584..4229907 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -220,7 +220,7 @@ checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682" [[package]] name = "kitup" -version = "0.1.2" +version = "0.1.3" dependencies = [ "serde", "serde_json", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 0390987..a79082b 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kitup" -version = "0.1.2" +version = "0.1.3" edition = "2021" description = "Shared installer SDK for bundled Agent Skills." license = "MIT" diff --git a/ts/package.json b/ts/package.json index 34d003f..f2b7961 100644 --- a/ts/package.json +++ b/ts/package.json @@ -1,6 +1,6 @@ { "name": "@kitup/sdk", - "version": "0.1.2", + "version": "0.1.3", "description": "Shared installer SDK for bundled Agent Skills.", "type": "module", "license": "MIT",