Skip to content

Commit

Permalink
chore: workflow update package.json version to 1.0.1-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 26, 2024
1 parent ab9ef18 commit 83d2053
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"name": "@govcraft/paseto_cli",
"version": "1.0.0-beta.1",
"version": "1.0.1-beta.1",
"bin": {
"paseto_cli": "bin/cli"
},
"scripts": {
"postinstall": "cross-env BINARY_DISTRIBUTION_VERSION=1.0.0-beta.1 node ./install.js"
"postinstall": "cross-env BINARY_DISTRIBUTION_VERSION=1.0.1-beta.1 node ./install.js"
},
"dependencies": {
"cross-env": "^7.0.3"
},
"optionalDependencies": {
"@govcraft/paseto_cli-linux-x64": "1.0.0-beta.1",
"@govcraft/paseto_cli-darwin-x64": "1.0.0-beta.1",
"@govcraft/paseto_cli-darwin-aarch64": "1.0.0-beta.1",
"@govcraft/paseto_cli-win32-x64": "1.0.0-beta.1"
"@govcraft/paseto_cli-linux-x64": "1.0.1-beta.1",
"@govcraft/paseto_cli-darwin-x64": "1.0.1-beta.1",
"@govcraft/paseto_cli-darwin-aarch64": "1.0.1-beta.1",
"@govcraft/paseto_cli-win32-x64": "1.0.1-beta.1"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 83d2053

Please sign in to comment.