Skip to content

Commit

Permalink
chore: release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
anonrig committed Sep 18, 2023
1 parent 7242cf5 commit cf9825b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/cli/src/commands/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ fn default_current_dir() -> OsString {
#[derive(Parser, Debug)]
#[command(name = "pacquet")]
#[command(bin_name = "pacquet")]
#[command(version = "0.2.0")]
#[command(version = "0.2.1")]
#[command(about = "Experimental package manager for node.js")]
pub struct Cli {
#[command(subcommand)]
Expand Down
2 changes: 1 addition & 1 deletion npm/pacquet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pacquet",
"version": "0.2.0",
"version": "0.2.1",
"description": "experimental package manager for node.js",
"keywords": [],
"author": {
Expand Down

0 comments on commit cf9825b

Please sign in to comment.