Skip to content

Commit acc2453

Browse files
committed
1.3.9
1 parent 0abe300 commit acc2453

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "quic"
3-
version = "1.3.8"
3+
version = "1.3.9"
44
authors = ["Roger Qiu <roger.qiu@polyhack.io>"]
55
license-file = "LICENSE"
66
edition = "2021"

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@matrixai/quic",
3-
"version": "1.3.8",
3+
"version": "1.3.9",
44
"author": "Matrix AI",
55
"contributors": [
66
{
@@ -48,11 +48,11 @@
4848
"ip-num": "^1.5.0"
4949
},
5050
"optionalDependencies": {
51-
"@matrixai/quic-darwin-arm64": "1.3.8",
52-
"@matrixai/quic-darwin-universal": "1.3.8",
53-
"@matrixai/quic-darwin-x64": "1.3.8",
54-
"@matrixai/quic-linux-x64": "1.3.8",
55-
"@matrixai/quic-win32-x64": "1.3.8"
51+
"@matrixai/quic-darwin-arm64": "1.3.9",
52+
"@matrixai/quic-darwin-universal": "1.3.9",
53+
"@matrixai/quic-darwin-x64": "1.3.9",
54+
"@matrixai/quic-linux-x64": "1.3.9",
55+
"@matrixai/quic-win32-x64": "1.3.9"
5656
},
5757
"devDependencies": {
5858
"@fast-check/jest": "^1.1.0",

0 commit comments

Comments
 (0)