Skip to content

Commit

Permalink
1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tegefaulkes committed Jul 18, 2024
1 parent e1dc351 commit 34c7299
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.12"
version = "1.3.0"
authors = ["Roger Qiu <[email protected]>"]
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.12",
"version": "1.3.0",
"author": "Matrix AI",
"contributors": [
{
Expand Down Expand Up @@ -48,11 +48,11 @@
"ip-num": "^1.5.0"
},
"optionalDependencies": {
"@matrixai/quic-darwin-arm64": "1.2.12",
"@matrixai/quic-darwin-universal": "1.2.12",
"@matrixai/quic-darwin-x64": "1.2.12",
"@matrixai/quic-linux-x64": "1.2.12",
"@matrixai/quic-win32-x64": "1.2.12"
"@matrixai/quic-darwin-arm64": "1.3.0",
"@matrixai/quic-darwin-universal": "1.3.0",
"@matrixai/quic-darwin-x64": "1.3.0",
"@matrixai/quic-linux-x64": "1.3.0",
"@matrixai/quic-win32-x64": "1.3.0"
},
"devDependencies": {
"@fast-check/jest": "^1.1.0",
Expand Down

0 comments on commit 34c7299

Please sign in to comment.