We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47a7a59 commit 72ec745Copy full SHA for 72ec745
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.1.1")]
+#[command(version = "0.1.2")]
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.1.1",
+ "version": "0.1.2",
4
"description": "experimental package manager for node.js",
"keywords": [],
"author": {
0 commit comments