Skip to content

Commit 08a2932

Browse files
v2.1.0: bump and sync package versions
1 parent 2e48bdf commit 08a2932

File tree

17 files changed

+32
-32
lines changed

17 files changed

+32
-32
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 = "2.0.0"
6+
version = "2.1.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 = "2.0.0" }
12+
socket-patch-core = { path = "crates/socket-patch-core", version = "2.1.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: 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": "2.0.0",
3+
"version": "2.1.0",
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": "2.0.0",
3+
"version": "2.1.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": "2.0.0",
3+
"version": "2.1.0",
44
"description": "socket-patch binary for macOS x64",
55
"os": [
66
"darwin"

npm/socket-patch-linux-arm-gnu/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-gnu",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "socket-patch binary for Linux ARM (glibc)",
55
"os": [
66
"linux"

npm/socket-patch-linux-arm-musl/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-musl",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "socket-patch binary for Linux ARM (musl)",
55
"os": [
66
"linux"

npm/socket-patch-linux-arm64-gnu/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-gnu",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "socket-patch binary for Linux ARM64 (glibc)",
55
"os": [
66
"linux"

npm/socket-patch-linux-arm64-musl/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-musl",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "socket-patch binary for Linux ARM64 (musl)",
55
"os": [
66
"linux"

npm/socket-patch-linux-ia32-gnu/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-gnu",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "socket-patch binary for Linux ia32 (glibc)",
55
"os": [
66
"linux"

npm/socket-patch-linux-ia32-musl/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-musl",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "socket-patch binary for Linux ia32 (musl)",
55
"os": [
66
"linux"

0 commit comments

Comments
 (0)