diff --git a/crates/cli/src/commands.rs b/crates/cli/src/commands.rs index 042b3dd56..46e5b97e9 100644 --- a/crates/cli/src/commands.rs +++ b/crates/cli/src/commands.rs @@ -7,7 +7,7 @@ use pacquet_package_json::DependencyGroup; #[derive(Parser, Debug)] #[command(name = "pacquet")] #[command(bin_name = "pacquet")] -#[command(version = "0.1.2")] +#[command(version = "0.1.3")] #[command(about = "Experimental package manager for node.js")] pub struct Cli { #[command(subcommand)] diff --git a/npm/pacquet/package.json b/npm/pacquet/package.json index e8497ec63..eeef17fcc 100644 --- a/npm/pacquet/package.json +++ b/npm/pacquet/package.json @@ -1,6 +1,6 @@ { "name": "pacquet", - "version": "0.1.2", + "version": "0.1.3", "description": "experimental package manager for node.js", "keywords": [], "author": {