Skip to content

Commit

Permalink
1.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
brynblack committed Jul 9, 2024
1 parent 06c18ff commit 7e1897b
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "quic"
version = "1.2.9"
version = "1.2.10"
authors = ["Roger Qiu <roger.qiu@polyhack.io>"]
license-file = "LICENSE"
edition = "2021"
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@matrixai/quic",
"version": "1.2.9",
"version": "1.2.10",
"author": "Matrix AI",
"contributors": [
{
Expand Down Expand Up @@ -48,11 +48,11 @@
"ip-num": "^1.5.0"
},
"optionalDependencies": {
"@matrixai/quic-darwin-arm64": "1.2.9",
"@matrixai/quic-darwin-universal": "1.2.9",
"@matrixai/quic-darwin-x64": "1.2.9",
"@matrixai/quic-linux-x64": "1.2.9",
"@matrixai/quic-win32-x64": "1.2.9"
"@matrixai/quic-darwin-arm64": "1.2.10",
"@matrixai/quic-darwin-universal": "1.2.10",
"@matrixai/quic-darwin-x64": "1.2.10",
"@matrixai/quic-linux-x64": "1.2.10",
"@matrixai/quic-win32-x64": "1.2.10"
},
"devDependencies": {
"@fast-check/jest": "^1.1.0",
Expand Down

0 comments on commit 7e1897b

Please sign in to comment.