Skip to content

Commit

Permalink
chore: release v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
anonrig committed Jul 31, 2023
1 parent 1d5bd71 commit b080a5c
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 @@ -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)]
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.2",
"version": "0.1.3",
"description": "experimental package manager for node.js",
"keywords": [],
"author": {
Expand Down

0 comments on commit b080a5c

Please sign in to comment.