From b080a5c451e1315915ccf3490422fdf865793b76 Mon Sep 17 00:00:00 2001 From: Yagiz Nizipli Date: Mon, 31 Jul 2023 16:54:55 -0400 Subject: [PATCH] chore: release v0.1.3 --- crates/cli/src/commands.rs | 2 +- npm/pacquet/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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": {