Skip to content

Commit 485aa3b

Browse files
v1.7.1: bump and sync package versions
1 parent e0175ff commit 485aa3b

File tree

13 files changed

+24
-24
lines changed

13 files changed

+24
-24
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.7.0"
6+
version = "1.7.1"
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.7.0" }
12+
socket-patch-core = { path = "crates/socket-patch-core", version = "1.7.1" }
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@socketsecurity/socket-patch-android-arm64",
3-
"version": "1.7.0",
3+
"version": "1.7.1",
44
"description": "socket-patch binary for Android ARM64",
55
"os": [
66
"android"

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.7.0",
3+
"version": "1.7.1",
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.7.0",
3+
"version": "1.7.1",
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.7.0",
3+
"version": "1.7.1",
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.7.0",
3+
"version": "1.7.1",
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.7.0",
3+
"version": "1.7.1",
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.7.0",
3+
"version": "1.7.1",
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.7.0",
3+
"version": "1.7.1",
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.7.0",
3+
"version": "1.7.1",
44
"description": "socket-patch binary for Windows ia32",
55
"os": [
66
"win32"

0 commit comments

Comments
 (0)