Skip to content

Commit

Permalink
chore: workflow update package.json version to 1.0.23-alpha.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 25, 2024
1 parent 551fe04 commit d3c5d70
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "@govcraft/paseto_cli",
"version": "1.0.22-alpha.3",
"version": "1.0.23-alpha.3",
"bin": {
"paseto_cli": "bin/paseto_cli"
},
"scripts": {
"postinstall": "node ./install.js"
},
"optionalDependencies": {
"paseto_cli-linux-x64": "1.0.22-alpha.3",
"paseto_cli-darwin-x64": "1.0.22-alpha.3",
"paseto_cli-darwin-aarch64": "1.0.22-alpha.3",
"paseto_cli-windows-x64": "1.0.22-alpha.3"
"paseto_cli-linux-x64": "1.0.23-alpha.3",
"paseto_cli-darwin-x64": "1.0.23-alpha.3",
"paseto_cli-darwin-aarch64": "1.0.23-alpha.3",
"paseto_cli-windows-x64": "1.0.23-alpha.3"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit d3c5d70

Please sign in to comment.