Skip to content

Commit

Permalink
1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tegefaulkes committed Dec 11, 2024
1 parent a60a309 commit a095d58
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 76 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.3.1"
version = "1.3.2"
authors = ["Roger Qiu <[email protected]>"]
license-file = "LICENSE"
edition = "2021"
Expand Down
75 changes: 7 additions & 68 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.3.1",
"version": "1.3.2",
"author": "Matrix AI",
"contributors": [
{
Expand Down Expand Up @@ -48,11 +48,11 @@
"ip-num": "^1.5.0"
},
"optionalDependencies": {
"@matrixai/quic-darwin-arm64": "1.3.1",
"@matrixai/quic-darwin-universal": "1.3.1",
"@matrixai/quic-darwin-x64": "1.3.1",
"@matrixai/quic-linux-x64": "1.3.1",
"@matrixai/quic-win32-x64": "1.3.1"
"@matrixai/quic-darwin-arm64": "1.3.2",
"@matrixai/quic-darwin-universal": "1.3.2",
"@matrixai/quic-darwin-x64": "1.3.2",
"@matrixai/quic-linux-x64": "1.3.2",
"@matrixai/quic-win32-x64": "1.3.2"
},
"devDependencies": {
"@fast-check/jest": "^1.1.0",
Expand Down

0 comments on commit a095d58

Please sign in to comment.