Skip to content

Commit 2e8e014

Browse files
v1.6.0: bump and sync package versions
1 parent 9545a2c commit 2e8e014

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.5.0"
6+
version = "1.6.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.5.0" }
12+
socket-patch-core = { path = "crates/socket-patch-core", version = "1.6.0" }
1313
clap = { version = "4", features = ["derive"] }
1414
serde = { version = "1", features = ["derive"] }
1515
serde_json = "1"

npm/socket-patch/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",
3-
"version": "1.5.0",
3+
"version": "1.6.0",
44
"description": "CLI tool for applying security patches to dependencies",
55
"bin": {
66
"socket-patch": "bin/socket-patch"

pypi/socket-patch/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "socket-patch"
7-
version = "1.5.0"
7+
version = "1.6.0"
88
description = "CLI tool for applying security patches to dependencies"
99
readme = "README.md"
1010
license = "MIT"

0 commit comments

Comments
 (0)