Skip to content

Commit

Permalink
0.0.56
Browse files Browse the repository at this point in the history
  • Loading branch information
elbywan committed Oct 13, 2023
1 parent cdb3c99 commit 6a6ea05
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zap.org/darwin-arm64",
"version": "0.0.55",
"version": "0.0.56",
"description": "Apple silicon binaries for the zap package manager",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zap.org/darwin-x64",
"version": "0.0.55",
"version": "0.0.56",
"description": "Mac binaries for the zap package manager",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zap.org/linux-x64",
"version": "0.0.55",
"version": "0.0.56",
"description": "Linux binaries for the zap package manager",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion npm/win32-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zap.org/win32-x64",
"version": "0.0.55",
"version": "0.0.56",
"description": "Windows binaries for the zap package manager",
"main": "index.js",
"scripts": {
Expand Down
10 changes: 5 additions & 5 deletions npm/zap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zap.org/zap",
"version": "0.0.55",
"version": "0.0.56",
"description": "Zap is a package manager for the Javascript language",
"main": "index.js",
"repository": {
Expand All @@ -23,9 +23,9 @@
"zap": "bin/zap"
},
"optionalDependencies": {
"@zap.org/darwin-arm64": "0.0.55",
"@zap.org/darwin-x64": "0.0.55",
"@zap.org/linux-x64": "0.0.55",
"@zap.org/win32-x64": "0.0.55"
"@zap.org/darwin-arm64": "0.0.56",
"@zap.org/darwin-x64": "0.0.56",
"@zap.org/linux-x64": "0.0.56",
"@zap.org/win32-x64": "0.0.56"
}
}
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: zap
version: 0.0.55
version: 0.0.56

authors:
- Julien Elbaz <[email protected]>
Expand Down

0 comments on commit 6a6ea05

Please sign in to comment.