Skip to content

Commit

Permalink
chore: release v0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
anonrig committed Jul 20, 2023
1 parent 538a0dd commit 6be0328
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.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use pacquet_package_json::DependencyGroup;
#[derive(Parser, Debug)]
#[command(name = "pacquet")]
#[command(bin_name = "pacquet")]
#[command(version = "0.0.8")]
#[command(version = "0.0.9")]
#[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.0.8",
"version": "0.0.9",
"description": "experimental package manager for node.js",
"keywords": [],
"author": {
Expand Down

0 comments on commit 6be0328

Please sign in to comment.