Skip to content

Commit

Permalink
chore: release v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
anonrig committed Jul 30, 2023
1 parent 47a7a59 commit 72ec745
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.1.1")]
#[command(version = "0.1.2")]
#[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.1.1",
"version": "0.1.2",
"description": "experimental package manager for node.js",
"keywords": [],
"author": {
Expand Down

0 comments on commit 72ec745

Please sign in to comment.