Skip to content

Commit 5dc7c8d

Browse files
v1.7.0: bump and sync package versions
1 parent e26a818 commit 5dc7c8d

File tree

13 files changed

+20
-16
lines changed

13 files changed

+20
-16
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ members = ["crates/socket-patch-core", "crates/socket-patch-cli"]
33
resolver = "2"
44

55
[workspace.package]
6-
version = "1.6.3"
6+
version = "1.7.0"
77
edition = "2021"
88
license = "MIT"
99
repository = "https://github.com/SocketDev/socket-patch"
1010

1111
[workspace.dependencies]
12-
socket-patch-core = { path = "crates/socket-patch-core", version = "1.6.3" }
12+
socket-patch-core = { path = "crates/socket-patch-core", version = "1.7.0" }
1313
clap = { version = "4", features = ["derive"] }
1414
serde = { version = "1", features = ["derive"] }
1515
serde_json = "1"

npm/socket-patch-android-arm64/package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
{
22
"name": "@socketsecurity/socket-patch-android-arm64",
3-
"version": "1.6.2",
3+
"version": "1.7.0",
44
"description": "socket-patch binary for Android ARM64",
5-
"os": ["android"],
6-
"cpu": ["arm64"],
5+
"os": [
6+
"android"
7+
],
8+
"cpu": [
9+
"arm64"
10+
],
711
"publishConfig": {
812
"access": "public"
913
},

npm/socket-patch-darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@socketsecurity/socket-patch-darwin-arm64",
3-
"version": "1.6.3",
3+
"version": "1.7.0",
44
"description": "socket-patch binary for macOS ARM64",
55
"os": [
66
"darwin"

npm/socket-patch-darwin-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@socketsecurity/socket-patch-darwin-x64",
3-
"version": "1.6.3",
3+
"version": "1.7.0",
44
"description": "socket-patch binary for macOS x64",
55
"os": [
66
"darwin"

npm/socket-patch-linux-arm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@socketsecurity/socket-patch-linux-arm",
3-
"version": "1.6.3",
3+
"version": "1.7.0",
44
"description": "socket-patch binary for Linux ARM",
55
"os": [
66
"linux"

npm/socket-patch-linux-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@socketsecurity/socket-patch-linux-arm64",
3-
"version": "1.6.3",
3+
"version": "1.7.0",
44
"description": "socket-patch binary for Linux ARM64",
55
"os": [
66
"linux"

npm/socket-patch-linux-ia32/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@socketsecurity/socket-patch-linux-ia32",
3-
"version": "1.6.3",
3+
"version": "1.7.0",
44
"description": "socket-patch binary for Linux ia32",
55
"os": [
66
"linux"

npm/socket-patch-linux-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@socketsecurity/socket-patch-linux-x64",
3-
"version": "1.6.3",
3+
"version": "1.7.0",
44
"description": "socket-patch binary for Linux x64",
55
"os": [
66
"linux"

npm/socket-patch-win32-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@socketsecurity/socket-patch-win32-arm64",
3-
"version": "1.6.3",
3+
"version": "1.7.0",
44
"description": "socket-patch binary for Windows ARM64",
55
"os": [
66
"win32"

npm/socket-patch-win32-ia32/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@socketsecurity/socket-patch-win32-ia32",
3-
"version": "1.6.3",
3+
"version": "1.7.0",
44
"description": "socket-patch binary for Windows ia32",
55
"os": [
66
"win32"

0 commit comments

Comments
 (0)