Skip to content

Commit 34c7299

Browse files
committed
1.3.0
1 parent e1dc351 commit 34c7299

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.2.12"
3+
version = "1.3.0"
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.2.12",
3+
"version": "1.3.0",
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.2.12",
52-
"@matrixai/quic-darwin-universal": "1.2.12",
53-
"@matrixai/quic-darwin-x64": "1.2.12",
54-
"@matrixai/quic-linux-x64": "1.2.12",
55-
"@matrixai/quic-win32-x64": "1.2.12"
51+
"@matrixai/quic-darwin-arm64": "1.3.0",
52+
"@matrixai/quic-darwin-universal": "1.3.0",
53+
"@matrixai/quic-darwin-x64": "1.3.0",
54+
"@matrixai/quic-linux-x64": "1.3.0",
55+
"@matrixai/quic-win32-x64": "1.3.0"
5656
},
5757
"devDependencies": {
5858
"@fast-check/jest": "^1.1.0",

0 commit comments

Comments
 (0)