Skip to content

Commit

Permalink
v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Feb 17, 2025
1 parent 0f6dd2b commit e4befa2
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cipherstash/protect-ffi",
"version": "0.5.3",
"version": "0.6.0",
"description": "",
"main": "./lib/index.cjs",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion platforms/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cipherstash/protect-ffi-darwin-arm64",
"description": "Prebuilt binary package for `@cipherstash/protect-ffi` on `darwin-arm64`.",
"version": "0.5.3",
"version": "0.6.0",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion platforms/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cipherstash/protect-ffi-darwin-x64",
"description": "Prebuilt binary package for `@cipherstash/protect-ffi` on `darwin-x64`.",
"version": "0.5.3",
"version": "0.6.0",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion platforms/linux-arm64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cipherstash/protect-ffi-linux-arm64-gnu",
"description": "Prebuilt binary package for `@cipherstash/protect-ffi` on `linux-arm64-gnu`.",
"version": "0.5.3",
"version": "0.6.0",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion platforms/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cipherstash/protect-ffi-linux-x64-gnu",
"description": "Prebuilt binary package for `@cipherstash/protect-ffi` on `linux-x64-gnu`.",
"version": "0.5.3",
"version": "0.6.0",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion platforms/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cipherstash/protect-ffi-win32-x64-msvc",
"description": "Prebuilt binary package for `@cipherstash/protect-ffi` on `win32-x64-msvc`.",
"version": "0.5.3",
"version": "0.6.0",
"os": [
"win32"
],
Expand Down

0 comments on commit e4befa2

Please sign in to comment.