Skip to content

Commit b080a5c

Browse files
committed
chore: release v0.1.3
1 parent 1d5bd71 commit b080a5c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/cli/src/commands.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use pacquet_package_json::DependencyGroup;
77
#[derive(Parser, Debug)]
88
#[command(name = "pacquet")]
99
#[command(bin_name = "pacquet")]
10-
#[command(version = "0.1.2")]
10+
#[command(version = "0.1.3")]
1111
#[command(about = "Experimental package manager for node.js")]
1212
pub struct Cli {
1313
#[command(subcommand)]

npm/pacquet/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pacquet",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "experimental package manager for node.js",
55
"keywords": [],
66
"author": {

0 commit comments

Comments
 (0)