We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 538a0dd commit 6be0328Copy full SHA for 6be0328
crates/cli/src/commands.rs
@@ -5,7 +5,7 @@ use pacquet_package_json::DependencyGroup;
5
#[derive(Parser, Debug)]
6
#[command(name = "pacquet")]
7
#[command(bin_name = "pacquet")]
8
-#[command(version = "0.0.8")]
+#[command(version = "0.0.9")]
9
#[command(about = "Experimental package manager for node.js")]
10
pub struct Cli {
11
#[command(subcommand)]
npm/pacquet/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "pacquet",
3
- "version": "0.0.8",
+ "version": "0.0.9",
4
"description": "experimental package manager for node.js",
"keywords": [],
"author": {
0 commit comments