Skip to content

Commit f08aa7c

Browse files
authored
Merge pull request #1262 from pkgxdev/bump-version
bump-version
2 parents 497ac12 + 03d5793 commit f08aa7c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "pkgx"
33
description = "Run anything"
44
authors = ["Max Howell <mxcl@me.com>", "Jacob Heider <jacob@pkgx.dev>"]
55
license = "Apache-2.0"
6-
version = "2.10.2"
6+
version = "2.10.3"
77
edition = "2021"
88
repository = "https://github.com/pkgxdev/pkgx"
99

@@ -15,7 +15,7 @@ nix = { workspace = true }
1515
serde = { workspace = true }
1616
indicatif = "0.18.3"
1717
serde_json = "1.0.135"
18-
libpkgx = { version = "0.8.1", path = "../lib" }
18+
libpkgx = { version = "0.8.2", path = "../lib" }
1919
console = { version = "0.16", default-features = false, features = [
2020
"ansi-parsing",
2121
] }

crates/lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "libpkgx"
33
description = "Install and run `pkgx` packages"
44
authors = ["Max Howell <mxcl@me.com>", "Jacob Heider <jacob@pkgx.dev>"]
55
license = "Apache-2.0"
6-
version = "0.8.1"
6+
version = "0.8.2"
77
edition = "2021"
88
repository = "https://github.com/pkgxdev/pkgx"
99

0 commit comments

Comments
 (0)